Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h55 struct tmpfs_dirent { struct
64 RB_ENTRY(tmpfs_dirent) td_entries; argument
71 } uh;
73 uint32_t td_cookie;
74 uint32_t td_hash;
75 u_int td_namelen;
81 struct tmpfs_node * td_node;
83 union {
107 RB_HEAD(tmpfs_dir, tmpfs_dirent); argument