Lines Matching defs:tmpfs_node
160 struct tmpfs_node { struct
170 enum vtype tn_type;
173 ino_t tn_id;
178 int tn_blksize; /* small file optimization */
179 int tn_status;
186 off_t tn_size;
189 uid_t tn_uid;
190 gid_t tn_gid;
191 mode_t tn_mode;
192 u_int tn_flags;
193 nlink_t tn_links; /* atomic ops req */
194 long tn_atime;
195 long tn_atimensec;
196 long tn_mtime;
197 long tn_mtimensec;
198 long tn_ctime;
199 long tn_ctimensec;
200 unsigned long tn_gen;
201 struct lockf tn_advlock;
239 struct tmpfs_node * tn_parent; argument
278 #define VTOI(vp) ((struct tmpfs_node *)(vp)->v_data) argument