Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/tmpfs/
H A Dtmpfs.h160 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;
[all …]