Searched refs:tmpfs_node_t (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/sys/tmpfs/ |
| H A D | tmpfs.h | 171 } tmpfs_node_t; typedef 235 tmpfs_node_t * tm_root; 264 mode_t, char *, dev_t, tmpfs_node_t **); 265 void tmpfs_free_node(tmpfs_mount_t *, tmpfs_node_t *); 270 int tmpfs_vnode_get(struct mount *, tmpfs_node_t *, struct vnode **); 275 void tmpfs_dir_attach(tmpfs_node_t *, tmpfs_dirent_t *, 276 tmpfs_node_t *); 277 void tmpfs_dir_detach(tmpfs_node_t *, tmpfs_dirent_t *); 279 tmpfs_dirent_t *tmpfs_dir_lookup(tmpfs_node_t *, struct componentname *); 280 tmpfs_dirent_t *tmpfs_dir_cached(tmpfs_node_t *); [all …]
|
| H A D | tmpfs_subr.c | 41 * The link count of inode (tmpfs_node_t::tn_links) is used as a 51 * size (tmpfs_node_t::tn_size) can be used. 64 * that tmpfs_node_t::tn_links being 0 is a destruction criterion. 73 * tmpfs_node_t::tn_nlock -> 96 void tmpfs_dir_putseq(tmpfs_node_t *, tmpfs_dirent_t *); 97 int tmpfs_dir_getdotents(tmpfs_node_t *, struct dirent *, struct uio *); 105 mode_t mode, char *target, dev_t rdev, tmpfs_node_t **node) in tmpfs_alloc_node() 107 tmpfs_node_t *nnode; in tmpfs_alloc_node() 217 tmpfs_free_node(tmpfs_mount_t *tmp, tmpfs_node_t *node) in tmpfs_free_node() 268 * => Must be called with tmpfs_node_t [all...] |
| H A D | tmpfs_vfsops.c | 78 pool_init(&tmpfs_node_pool, sizeof(tmpfs_node_t), 0, IPL_NONE, in tmpfs_init() 124 tmpfs_node_t *root; in tmpfs_mount() 213 tmpfs_node_t *node, *cnode; in tmpfs_unmount() 263 tmpfs_node_t *node = VFS_TO_TMPFS(mp)->tm_root; in tmpfs_root() 281 tmpfs_node_t *node; in tmpfs_fhtovp() 310 tmpfs_node_t *node; in tmpfs_vptofh() 341 avail * PAGE_SIZE / sizeof(tmpfs_node_t)); in tmpfs_statfs()
|
| H A D | tmpfs_vnops.c | 119 tmpfs_node_t *dnode, *tnode; in tmpfs_lookup() 157 tmpfs_node_t *pnode; in tmpfs_lookup() 362 tmpfs_node_t *node; in tmpfs_open() 410 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); in tmpfs_access() 450 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); in tmpfs_getattr() 539 tmpfs_node_t *node; in tmpfs_read() 587 tmpfs_node_t *node; in tmpfs_write() 691 tmpfs_node_t *dnode, *node; in tmpfs_remove() 760 tmpfs_node_t *dnode, *node; in tmpfs_link() 849 tmpfs_node_t *dnod in tmpfs_rmdir() [all...] |