Searched refs:dirhead (Results 1 – 6 of 6) sorted by relevance
| /freebsd/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 | 385 current = TAILQ_FIRST(&tnp->dir.dirhead); in tarfs_readdir() 485 current = TAILQ_FIRST(&tnp->dir.dirhead); in tarfs_readdir()
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 1587 struct dirlist *dirhead; in get_exportlist_one() local 1598 dirhead = (struct dirlist *)NULL; in get_exportlist_one() 1749 dirp = add_expdir(&dirhead, unvis_dir, in get_exportlist_one() 1825 if (check_options(dirhead)) { in get_exportlist_one() 1927 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one() 1931 hang_dirp(dirhead, (struct grouplist *)NULL, ep, in get_exportlist_one() 1935 dirhead = (struct dirlist *)NULL; in get_exportlist_one() 1943 if (dirhead) { in get_exportlist_one() 1944 free_dir(dirhead); in get_exportlist_one() 1945 dirhead = (struct dirlist *)NULL; in get_exportlist_one()
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | dir.c | 50 static struct dirtemplate dirhead = { variable 923 dirp = &dirhead; in allocdir()
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 1281 struct tmpfs_dir *dirhead = &node->tn_dir.tn_dirhead; in tmpfs_dir_lookup_cookie() local 1315 de = RB_NFIND(tmpfs_dir, dirhead, &dekey); in tmpfs_dir_lookup_cookie()
|