HomeSort by: relevance | last modified time | path
    Searched defs:tmpfs_node_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs.h 83 * set to the inode it reference, and tmpfs_node_t::tn_vnode is
163 } tmpfs_node_t; typedef in typeref:struct:tmpfs_node
196 * We abuse tmpfs_node_t::tn_gen for that.
205 #define TMPFS_NODE_WHITEOUT ((tmpfs_node_t *)-1)
209 * Ored into tmpfs_node_t::tn_holdcount.
223 tmpfs_node_t * tm_root;
251 void tmpfs_free_node(tmpfs_mount_t *, tmpfs_node_t *);
259 void tmpfs_dir_attach(tmpfs_node_t *, tmpfs_dirent_t *, tmpfs_node_t *);
260 void tmpfs_dir_detach(tmpfs_node_t *, tmpfs_dirent_t *)
    [all...]
tmpfs.h 83 * set to the inode it reference, and tmpfs_node_t::tn_vnode is
163 } tmpfs_node_t; typedef in typeref:struct:tmpfs_node
196 * We abuse tmpfs_node_t::tn_gen for that.
205 #define TMPFS_NODE_WHITEOUT ((tmpfs_node_t *)-1)
209 * Ored into tmpfs_node_t::tn_holdcount.
223 tmpfs_node_t * tm_root;
251 void tmpfs_free_node(tmpfs_mount_t *, tmpfs_node_t *);
259 void tmpfs_dir_attach(tmpfs_node_t *, tmpfs_dirent_t *, tmpfs_node_t *);
260 void tmpfs_dir_detach(tmpfs_node_t *, tmpfs_dirent_t *)
    [all...]
tmpfs.h 83 * set to the inode it reference, and tmpfs_node_t::tn_vnode is
163 } tmpfs_node_t; typedef in typeref:struct:tmpfs_node
196 * We abuse tmpfs_node_t::tn_gen for that.
205 #define TMPFS_NODE_WHITEOUT ((tmpfs_node_t *)-1)
209 * Ored into tmpfs_node_t::tn_holdcount.
223 tmpfs_node_t * tm_root;
251 void tmpfs_free_node(tmpfs_mount_t *, tmpfs_node_t *);
259 void tmpfs_dir_attach(tmpfs_node_t *, tmpfs_dirent_t *, tmpfs_node_t *);
260 void tmpfs_dir_detach(tmpfs_node_t *, tmpfs_dirent_t *)
    [all...]

Completed in 39 milliseconds