Home
last modified time | relevance | path

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

/openbsd/sys/tmpfs/
H A Dtmpfs.h82 typedef struct tmpfs_node { struct
96 struct rwlock tn_nlock; /* node lock */
97 struct rrwlock tn_vlock; /* vnode lock */
98 struct vnode * tn_vnode;
101 tmpfs_dirent_t * tn_dirent_hint;
104 enum vtype tn_type;
107 ino_t tn_id;
108 unsigned long tn_gen;
111 off_t tn_size;
136 struct tmpfs_node * tn_parent; argument
[all …]