Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/tmpfs/
Dtmpfs.h61 struct tmpfs_dirent { struct
70 RB_ENTRY(tmpfs_dirent) td_entries; argument
77 } uh;
79 uint32_t td_cookie;
80 uint32_t td_hash;
81 u_int td_namelen;
87 struct tmpfs_node * td_node;
89 union {
113 RB_HEAD(tmpfs_dir, tmpfs_dirent); argument