Searched refs:dirhead (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/usr.sbin/mountd/ |
| H A D | mountd.c | 1556 struct dirlist *dirhead; in get_exportlist_one() local 1565 dirhead = (struct dirlist *)NULL; in get_exportlist_one() 1700 dirp = add_expdir(&dirhead, cp, len); in get_exportlist_one() 1752 if (check_options(dirhead)) { in get_exportlist_one() 1854 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one() 1858 hang_dirp(dirhead, (struct grouplist *)NULL, ep, in get_exportlist_one() 1862 dirhead = (struct dirlist *)NULL; in get_exportlist_one() 1870 if (dirhead) { in get_exportlist_one() 1871 free_dir(dirhead); in get_exportlist_one() 1872 dirhead = (struct dirlist *)NULL; in get_exportlist_one()
|
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | dir.c | 58 static struct dirtemplate dirhead = { variable 805 dirp = &dirhead; in allocdir()
|
| /freebsd-13.1/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 1166 struct tmpfs_dir *dirhead = &node->tn_dir.tn_dirhead; in tmpfs_dir_lookup_cookie() local 1200 de = RB_NFIND(tmpfs_dir, dirhead, &dekey); in tmpfs_dir_lookup_cookie()
|