Searched refs:tmpfs_node (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs.h | 81 struct tmpfs_node * td_node; 165 struct tmpfs_node { struct 173 LIST_ENTRY(tmpfs_node) tn_entries; /* (m) */ 269 struct tmpfs_node * tn_parent; argument 331 LIST_HEAD(tmpfs_node_list, tmpfs_node); argument 393 struct tmpfs_node * tm_root; 466 void tmpfs_ref_node(struct tmpfs_node *node); 468 uid_t uid, gid_t gid, mode_t mode, struct tmpfs_node *, 469 const char *, dev_t, struct tmpfs_node **); 471 void tmpfs_free_node(struct tmpfs_mount *, struct tmpfs_node *); [all …]
|
H A D | tmpfs_subr.c | 225 struct tmpfs_node *node; in tmpfs_pager_freespace() 250 struct tmpfs_node *node; in tmpfs_page_inserted() 269 struct tmpfs_node *node; in tmpfs_page_removed() 322 struct tmpfs_node *node; in tmpfs_node_ctor() 339 struct tmpfs_node *node; in tmpfs_node_dtor() 348 struct tmpfs_node *node; in tmpfs_node_init() 360 struct tmpfs_node *node; in tmpfs_node_fini() 374 sizeof(struct tmpfs_node), tmpfs_node_ctor, tmpfs_node_dtor, in tmpfs_subr_init() 470 const size_t node_size = sizeof(struct tmpfs_node) + in tmpfs_pages_used() 505 tmpfs_ref_node(struct tmpfs_node *node) in tmpfs_ref_node() [all …]
|
H A D | tmpfs_vnops.c | 95 struct tmpfs_node *dnode, *pnode; in tmpfs_lookup1() 152 struct tmpfs_node *tnode; in tmpfs_lookup1() 156 * tmpfs_node. in tmpfs_lookup1() 296 struct tmpfs_node *node; in tmpfs_open() 347 struct tmpfs_node *node; in tmpfs_fo_close() 365 struct tmpfs_node *node; in tmpfs_fplookup_vexec() 384 tmpfs_access_locked(struct vnode *vp, struct tmpfs_node *node, in tmpfs_access_locked() 405 struct tmpfs_node *node = VP_TO_TMPFS_NODE(vp); in tmpfs_access() 448 struct tmpfs_node *node; in tmpfs_stat() 503 struct tmpfs_node *nod in tmpfs_getattr() [all...] |
H A D | tmpfs_fifoops.c | 54 struct tmpfs_node *node; in tmpfs_fifo_close()
|
H A D | tmpfs_vfsops.c | 325 sizeof(struct tmpfs_dirent) + sizeof(struct tmpfs_node)); in tmpfs_mount() 327 struct tmpfs_node *root; in tmpfs_mount() 498 struct tmpfs_node *node; in tmpfs_unmount() 590 struct tmpfs_node *node; in tmpfs_fhtovp()
|