Home
last modified time | relevance | path

Searched refs:vnode_vtype (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/fs/nfs/common/
Dnfskpiport.h46 #define vnode_vtype(v) ((v)->v_type) macro
Dnfs_commonsubs.c2221 retnum += nfsrv_buildacl(nd, aclp, vnode_vtype(vp), p); in nfsv4_fillattr()
/netbsd/src/sys/fs/nfs/server/
Dnfs_nfsdserv.c144 if (vnode_vtype(vp) == VDIR) in nfsrvd_access()
371 if (vnode_vtype(vp) != VREG) in nfsrvd_setattr()
607 if (vnode_vtype(vp) != VLNK) { in nfsrvd_readlink()
705 if (vnode_vtype(vp) != VREG) { in nfsrvd_read()
709 nd->nd_repstat = (vnode_vtype(vp) == VDIR) ? EISDIR : in nfsrvd_read()
888 if (vnode_vtype(vp) != VREG && !nd->nd_repstat) { in nfsrvd_write()
892 nd->nd_repstat = (vnode_vtype(vp) == VDIR) ? EISDIR : in nfsrvd_write()
1405 if (vnode_vtype(named.ni_vp) == VDIR) in nfsrvd_remove()
1577 if (vnode_vtype(fromnd.ni_vp) == VDIR) in nfsrvd_rename()
1637 if (vnode_vtype(vp) == VDIR) { in nfsrvd_link()
[all …]
Dnfs_nfsdstate.c3278 if (!error && vnode_vtype(vp) != VREG) { in nfsrv_openupdate()
3279 if (vnode_vtype(vp) == VDIR) in nfsrv_openupdate()
/netbsd/src/sys/fs/nfs/client/
Dnfs_clrpcops.c168 if (vnode_vtype(vp) == VDIR) { in nfsrpc_access()
275 if (vnode_vtype(vp) != VREG) in nfsrpc_open()
627 if (vnode_vtype(vp) != VREG) in nfsrpc_close()
1093 if (error && vnode_vtype(vp) == VREG && in nfsrpc_setattr()
1158 vap->va_type = vnode_vtype(vp); in nfsrpc_setattrrpc()
1202 if (vnode_vtype(dvp) != VDIR) in nfsrpc_lookup()
Dnfs_clstate.c499 if (vnode_vtype(vp) != VREG) in nfscl_getstateid()