Home
last modified time | relevance | path

Searched refs:NFSHASNFSV4 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c1034 if (vap->va_flags != VNOVAL && (!NFSHASNFSV4(nmp) || in nfs_setattr()
1238 if (opennamed && (!NFSHASNFSV4(nmp) || !NFSHASNFSV4N(nmp))) in nfs_lookup()
1286 while (NFSHASNFSV4(nmp) && (np->n_flag & NREMOVEINPROG)) { in nfs_lookup()
1848 if (NFSHASNFSV4(nmp) && NFSHASNFSV4N(nmp)) { in nfs_create()
1876 while (NFSHASNFSV4(nmp) && (dnp->n_flag & NREMOVEINPROG)) { in nfs_create()
2006 if (!NFSHASNFSV4(nmp) || !NFSHASNFSV4N(nmp) || in nfs_remove()
2100 if (NFSHASNFSV4(nmp) && NFSHASNFSV4N(nmp)) { in nfs_removerpc()
2182 if ((nmp->nm_flag & NFSMNT_NOCTO) == 0 || !NFSHASNFSV4(nmp) || in nfs_rename()
2188 !NFSHASNFSV4(nmp) || !NFSHASNFSV4N(nmp) || in nfs_rename()
2320 if (NFSHASNFSV4(nmp) && NFSHASNFSV4N(nmp) && in nfs_renamerpc()
[all …]
H A Dnfs_clrpcops.c1355 if (NFSHASNFSV4(nmp)) { in nfsrpc_setattr()
1488 if (NFSHASNFSV4(nmp) && len == 1 && in nfsrpc_lookup()
1501 if (NFSHASNFSV4(nmp) && len == 2 && in nfsrpc_lookup()
1783 if (NFSHASNFSV4(nmp)) { in nfsrpc_read()
1790 if (NFSHASNFSV4(nmp)) in nfsrpc_read()
1827 if (NFSHASNFSV4(nmp)) in nfsrpc_read()
1948 if (NFSHASNFSV4(nmp)) { in nfsrpc_write()
1956 if (NFSHASNFSV4(nmp)) { in nfsrpc_write()
2004 if (NFSHASNFSV4(nmp)) in nfsrpc_write()
2040 if ((ioflag & IO_APPEND) != 0 && NFSHASNFSV4(nmp) && !NFSHASPNFS(nmp)) in nfsrpc_writerpc()
[all …]
H A Dnfs_clport.c261 if (NFSHASNFSV4(nmp) && !NFSHASNFSV4N(nmp)) { in nfscl_nget()
531 if (NFSHASNFSV4(nmp) && NFSHASHASSETFSID(nmp) && in nfscl_loadattrcache()
H A Dnfs_clstate.c4740 if (!NFSHASNFSV4(nmp) || vp->v_type != VREG) in nfscl_mustflush()
4780 if (!NFSHASNFSV4(nmp) || vp->v_type != VREG) in nfscl_nodeleg()
5146 if (!NFSHASNFSV4(nmp)) in nfscl_reclaimnode()
5173 if (!NFSHASNFSV4(nmp)) in nfscl_newnode()
5200 if (!NFSHASNFSV4(nmp)) in nfscl_delegmodtime()
5238 if (!NFSHASNFSV4(nmp)) in nfscl_deleggetmodtime()
5992 if (!NFSHASNFSV4(nmp) || !NFSHASNFSV4N(nmp) || vp->v_type != VREG) in nfscl_delegacecheck()
H A Dnfs_clbio.c921 if (!NFSHASNFSV4(nmp) || NFSHASPNFS(nmp)) { in ncl_write()
/freebsd/sys/fs/nfs/
H A Dnfsport.h1039 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4) macro
H A Dnfs_commonsubs.c380 if (NFSHASNFSV4(nmp)) { in nfscl_reqstart()