Home
last modified time | relevance | path

Searched refs:VROOT (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfs_denode.c337 vsetflags(nvp, VROOT); /* should be further down XXX */ in deget()
449 if (DETOV(dep)->v_flag & VROOT) in deupdat()
502 if ((DETOV(dep)->v_flag & VROOT) && !FAT32(pmp)) { in detrunc()
621 if ((DETOV(dep)->v_flag & VROOT) && !FAT32(pmp)) in deextend()
H A Dmsdosfs_lookup.c159 if ((vdp->v_flag & VROOT) && cnp->cn_nameptr[0] == '.' && in msdosfs_lookup()
/dragonfly/sys/vfs/autofs/
H A Dautofs_vfsops.c274 vp->v_flag |= VROOT; in autofs_root()
H A Dautofs_vnops.c54 if (((vp->v_flag & VROOT) == 0) || (vp->v_tag == VT_AUTOFS)) { in test_fs_root()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_subr.c177 vp->v_flag = VROOT; in procfs_allocvp()
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_vfsops.c290 vsetflags(vp, VROOT); in smbfs_root()
H A Dsmbfs_node.c245 if (/*vp->v_type == VDIR &&*/ (dvp->v_flag & VROOT) == 0) { in smbfs_node_alloc()
H A Dsmbfs_vnops.c274 SMBVDEBUG("%lx: '%s' %d\n", (long)vp, np->n_name, (vp->v_flag & VROOT) != 0); in smbfs_getattr()
1035 if ((flags & CNP_ISDOTDOT) && (dvp->v_flag & VROOT)) { in smbfs_lookup()
/dragonfly/test/debug/
H A Dvnodeinfo.c273 if (vn.v_flag & VROOT) in dumpvp()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vfsops.c426 (*vpp)->v_flag |= VROOT; in tmpfs_root()
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vfsops.c502 vsetflags(vp, VROOT); in hpfs_vget()
/dragonfly/sys/vfs/fuse/
H A Dfuse_vfsops.c378 vsetflags(vp, VROOT); in fuse_root()
H A Dfuse_vnops.c143 if (error == ENOTCONN && (vp->v_flag & VROOT)) in fuse_vop_access()
333 if (error == ENOTCONN && (vp->v_flag & VROOT)) { in fuse_vop_getattr()
/dragonfly/sys/sys/
H A Dvnode.h206 #define VROOT 0x00000001 /* root of its file system */ macro
/dragonfly/sys/kern/
H A Dvfs_default.c912 if (error == 0 && (vp->v_flag & VROOT)) in vop_compat_nrmdir()
1002 if (error == 0 && (fvp->v_flag & VROOT)) { in vop_compat_nrename()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h116 #define VROOT 0x00000001 macro
H A Dhammer2_inode.c805 vsetflags(vp, VROOT); in hammer2_igetv()
/dragonfly/sys/vfs/nfs/
H A Dnfs_vfsops.c698 vclrflags(vp, VROOT); in nfs_mountroot()
1313 vsetflags(vp, VROOT); in nfs_root()
H A Dnfs_syscalls.c175 if ((vp->v_flag & VROOT) == 0) in sys_nfssvc()
/dragonfly/sys/vfs/udf/
H A Dudf_vfsops.c455 vsetflags(vp, VROOT); in udf_root()
/dragonfly/sys/vfs/ntfs/
H A Dntfs_vfsops.c776 vsetflags(vp, VROOT); in ntfs_vgetex()
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_subr.c254 vsetflags(vp, VROOT); in dirfs_alloc_vp()
/dragonfly/usr.sbin/pstat/
H A Dpstat.c422 if (flag & VROOT) in vnode_print()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_vfsops.c895 vsetflags(vp, VROOT); in cd9660_vget_internal()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_inode.c798 vsetflags(vp, VROOT); in hammer2_igetv()

12