Searched refs:vnode_vtype (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/fs/nfs/
H A Dnfskpiport.h42 #define vnode_vtype(v) ((v)->v_type) macro
H A Dnfs_commonsubs.c2655 retnum += nfsrv_buildacl(nd, aclp, vnode_vtype(vp), p);
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_internal.c179 vtype = vnode_vtype(vp);
341 (vnode_vtype(vp) == VDIR ? FUSE_FSYNCDIR : FUSE_FSYNC))) {
715 if (nlink <= 1 || vnode_vtype(vp) == VDIR) {
938 if (vtyp != vnode_vtype(vp)) {
1212 if (vnode_vtype(vp) != vtyp) {
1213 if (vnode_vtype(vp) == VNON && vtyp != VNON) {
1215 "vnode_vtype is VNON and vtype isn't.");
H A Dfuse_node.c339 if (vnode_vtype(vp) == VREG)
358 if (vnode_vtype(vp) == VDIR) {
H A Dfuse_internal.h94 vnode_vtype(struct vnode *vp) function
H A Dfuse_vnops.c1008 vap->va_type = vnode_vtype(vp);
1146 err = fuse_internal_checkentry(feo, vnode_vtype(vp));
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c185 if (vnode_vtype(vp) == VDIR)
428 if (vnode_vtype(vp) != VREG)
685 if (vnode_vtype(vp) != VLNK) {
820 if (vnode_vtype(vp) != VREG) {
824 nd->nd_repstat = (vnode_vtype(vp) == VDIR) ? EISDIR :
1029 if (vnode_vtype(vp) != VREG && !nd->nd_repstat) {
1033 nd->nd_repstat = (vnode_vtype(vp) == VDIR) ? EISDIR :
1554 if (vnode_vtype(named.ni_vp) == VDIR)
1727 if (vnode_vtype(fromnd.ni_vp) == VDIR)
1785 if (vnode_vtype(v
[all...]
H A Dnfs_nfsdstate.c3472 if (!error && vnode_vtype(vp) != VREG) {
3473 if (vnode_vtype(vp) == VDIR)
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c260 if (vnode_vtype(vp) == VDIR) {
367 if (vnode_vtype(vp) != VREG)
737 if (vnode_vtype(vp) != VREG)
1300 if (error && vnode_vtype(vp) == VREG &&
1372 vap->va_type = vnode_vtype(vp);
1416 if (vnode_vtype(dvp) != VDIR)
H A Dnfs_clstate.c534 if (vnode_vtype(vp) != VREG)

Completed in 162 milliseconds