Searched refs:dirhead (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/fs/tarfs/ |
| H A D | tarfs_subr.c | 103 TAILQ_FOREACH(entry, &tnp->dir.dirhead, dirents) { in tarfs_lookup_node() 148 TAILQ_FOREACH(current, &tnp->dir.dirhead, dirents) { in tarfs_lookup_dir() 204 TAILQ_INIT(&tnp->dir.dirhead); in tarfs_alloc_node() 239 TAILQ_INSERT_TAIL(&parent->dir.dirhead, tnp, dirents); in tarfs_alloc_node()
|
| H A D | tarfs.h | 87 TAILQ_HEAD(, tarfs_node) dirhead;
|
| H A D | tarfs_vnops.c | 382 current = TAILQ_FIRST(&tnp->dir.dirhead); in tarfs_readdir() 482 current = TAILQ_FIRST(&tnp->dir.dirhead); in tarfs_readdir()
|
| /freebsd-14.2/usr.sbin/mountd/ |
| H A D | mountd.c | 1563 struct dirlist *dirhead; in get_exportlist_one() local 1575 dirhead = (struct dirlist *)NULL; in get_exportlist_one() 1734 dirp = add_expdir(&dirhead, unvis_dir, in get_exportlist_one() 1799 if (check_options(dirhead)) { in get_exportlist_one() 1901 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one() 1905 hang_dirp(dirhead, (struct grouplist *)NULL, ep, in get_exportlist_one() 1909 dirhead = (struct dirlist *)NULL; in get_exportlist_one() 1917 if (dirhead) { in get_exportlist_one() 1918 free_dir(dirhead); in get_exportlist_one() 1919 dirhead = (struct dirlist *)NULL; in get_exportlist_one()
|
| /freebsd-14.2/sbin/fsck_ffs/ |
| H A D | dir.c | 56 static struct dirtemplate dirhead = { variable 929 dirp = &dirhead; in allocdir()
|
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 1278 struct tmpfs_dir *dirhead = &node->tn_dir.tn_dirhead; in tmpfs_dir_lookup_cookie() local 1312 de = RB_NFIND(tmpfs_dir, dirhead, &dekey); in tmpfs_dir_lookup_cookie()
|