Searched refs:dirhead (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1503 struct dirlist *dirhead; local
1510 dirhead = (struct dirlist *)NULL;
1644 dirp = add_expdir(&dirhead, cp, len);
1696 if (check_options(dirhead)) {
1798 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags);
1802 hang_dirp(dirhead, (struct grouplist *)NULL, ep,
1806 dirhead = (struct dirlist *)NULL;
1814 if (dirhead) {
1815 free_dir(dirhead);
1816 dirhead
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Ddir.c56 static struct dirtemplate dirhead = { variable in typeref:struct:dirtemplate
696 dirp = &dirhead;
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c826 struct tmpfs_dir *dirhead = &node->tn_dir.tn_dirhead; local
860 de = RB_NFIND(tmpfs_dir, dirhead, &dekey);

Completed in 85 milliseconds