Lines Matching defs:tmpfs_node
77 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
169 LIST_HEAD(tmpfs_node_list, tmpfs_node); argument