Home
last modified time | relevance | path

Searched defs:tmpfs_node (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs.h77 typedef struct tmpfs_node { struct
91 vnode_t * tn_vnode;
94 uint32_t tn_holdcount;
97 tmpfs_dirent_t * tn_dirent_hint;
100 enum vtype tn_type;
103 ino_t tn_id;
104 uint32_t tn_gen;
107 off_t tn_size;
110 uid_t tn_uid;
134 struct tmpfs_node * tn_parent; argument
[all …]