Searched refs:tmpfs_dirent_t (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/fs/tmpfs/ |
H A D | tmpfs.h | 63 } tmpfs_dirent_t; typedef 97 tmpfs_dirent_t * tn_dirent_hint; 257 tmpfs_dirent_t **); 258 void tmpfs_free_dirent(tmpfs_mount_t *, tmpfs_dirent_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 *); 262 tmpfs_dirent_t *tmpfs_dir_lookup(tmpfs_node_t *, struct componentname *); 263 tmpfs_dirent_t *tmpfs_dir_cached(tmpfs_node_t *); 265 uint32_t tmpfs_dir_getseq(tmpfs_node_t *, tmpfs_dirent_t *); 266 tmpfs_dirent_t *tmpfs_dir_lookupbyseq(tmpfs_node_t *, off_t); [all …]
|
H A D | tmpfs_subr.c | 103 static void tmpfs_dir_putseq(tmpfs_node_t *, tmpfs_dirent_t *); 373 tmpfs_dirent_t *de, *wde; in tmpfs_construct_node() 454 tmpfs_dirent_t **de) in tmpfs_alloc_dirent() 456 tmpfs_dirent_t *nde; in tmpfs_alloc_dirent() 480 tmpfs_free_dirent(tmpfs_mount_t *tmp, tmpfs_dirent_t *de) in tmpfs_free_dirent() 498 tmpfs_dir_attach(tmpfs_node_t *dnode, tmpfs_dirent_t *de, tmpfs_node_t *node) in tmpfs_dir_attach() 525 KASSERT(dnode->tn_size <= __type_max(off_t) - sizeof(tmpfs_dirent_t)); in tmpfs_dir_attach() 526 dnode->tn_size += sizeof(tmpfs_dirent_t); in tmpfs_dir_attach() 554 tmpfs_dir_detach(tmpfs_node_t *dnode, tmpfs_dirent_t *de) in tmpfs_dir_detach() 584 KASSERT(dnode->tn_size >= sizeof(tmpfs_dirent_t)); in tmpfs_dir_detach() [all …]
|
H A D | tmpfs_vnops.c | 140 tmpfs_dirent_t *de; in tmpfs_lookup() 697 tmpfs_dirent_t *de; in tmpfs_remove() 780 tmpfs_dirent_t *de; in tmpfs_link() 864 tmpfs_dirent_t *de; in tmpfs_rmdir() 1012 tmpfs_dirent_t *de = NULL; in tmpfs_readdir() 1329 tmpfs_dirent_t *de; in tmpfs_whiteout()
|
H A D | tmpfs_vfsops.c | 71 pool_init(&tmpfs_dirent_pool, sizeof(tmpfs_dirent_t), 0, 0, 0, in tmpfs_init() 266 tmpfs_dirent_t *de; in tmpfs_unmount()
|