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

/freebsd-11.0-release/sys/fs/nfs/
H A Dnfskpiport.h42 #define vnode_vtype(v) ((v)->v_type) macro
H A Dnfs_commonsubs.c2198 retnum += nfsrv_buildacl(nd, aclp, vnode_vtype(vp), p);
/freebsd-11.0-release/sys/fs/fuse/
H A Dfuse_node.c299 if (vnode_vtype(vp) == VREG) {
322 if (vnode_vtype(vp) == VDIR) {
H A Dfuse_vnops.c445 (vnode_vtype(vp) == VDIR ? FUSE_FSYNCDIR : FUSE_FSYNC))) {
512 if (vap->va_type != vnode_vtype(vp)) {
540 vap->va_type = vnode_vtype(vp);
631 err = fuse_internal_checkentry(feo, vnode_vtype(vp));
1036 int tmpvtype = vnode_vtype(*vpp);
1568 vtyp = vnode_vtype(vp);
1595 if (vnode_vtype(vp) != vtyp) {
1596 if (vnode_vtype(vp) == VNON && vtyp != VNON) {
1597 debug_printf("FUSE: Dang! vnode_vtype is VNON and vtype isn't.\n");
H A Dfuse_internal.h88 vnode_vtype(struct vnode *vp) function
H A Dfuse_internal.c131 vtype = vnode_vtype(vp);
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c142 if (vnode_vtype(vp) == VDIR)
369 if (vnode_vtype(vp) != VREG)
605 if (vnode_vtype(vp) != VLNK) {
703 if (vnode_vtype(vp) != VREG) {
707 nd->nd_repstat = (vnode_vtype(vp) == VDIR) ? EISDIR :
887 if (vnode_vtype(vp) != VREG && !nd->nd_repstat) {
891 nd->nd_repstat = (vnode_vtype(vp) == VDIR) ? EISDIR :
1404 if (vnode_vtype(named.ni_vp) == VDIR)
1576 if (vnode_vtype(fromnd.ni_vp) == VDIR)
1636 if (vnode_vtype(v
[all...]
H A Dnfs_nfsdstate.c3272 if (!error && vnode_vtype(vp) != VREG) {
3273 if (vnode_vtype(vp) == VDIR)
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c164 if (vnode_vtype(vp) == VDIR) {
271 if (vnode_vtype(vp) != VREG)
623 if (vnode_vtype(vp) != VREG)
1089 if (error && vnode_vtype(vp) == VREG &&
1154 vap->va_type = vnode_vtype(vp);
1198 if (vnode_vtype(dvp) != VDIR)
H A Dnfs_clstate.c497 if (vnode_vtype(vp) != VREG)

Completed in 106 milliseconds