Searched refs:pfstype_root (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs_fileno.c87 case pfstype_root:
105 if (pn->pn_parent->pn_type == pfstype_root) {
141 case pfstype_root:
H A Dpseudofs.c116 parent->pn_type == pfstype_root,
330 pn->pn_type == pfstype_root) {
448 root = pfs_alloc_node(pi, "/", pfstype_root);
H A Dpseudofs_vnops.c58 KASSERT((pn)->pn_type == pfstype_root || \
245 case pfstype_root:
392 if (vp->v_type == VDIR && pd->pn_type == pfstype_root) {
502 if (pd->pn_type == pfstype_root)
943 case pfstype_root:
H A Dpseudofs.h61 pfstype_root, enumerator in enum:__anon14665
H A Dpseudofs_vncache.c171 case pfstype_root:

Completed in 55 milliseconds