Home
last modified time | relevance | path

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

/src/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.c1394 if (NFSHASNFSV4(nmp)) { in nfsrpc_setattr()
1527 if (NFSHASNFSV4(nmp) && len == 1 && in nfsrpc_lookup()
1540 if (NFSHASNFSV4(nmp) && len == 2 && in nfsrpc_lookup()
1822 if (NFSHASNFSV4(nmp)) { in nfsrpc_read()
1829 if (NFSHASNFSV4(nmp)) in nfsrpc_read()
1866 if (NFSHASNFSV4(nmp)) in nfsrpc_read()
1987 if (NFSHASNFSV4(nmp)) { in nfsrpc_write()
1995 if (NFSHASNFSV4(nmp)) { in nfsrpc_write()
2043 if (NFSHASNFSV4(nmp)) in nfsrpc_write()
2079 if ((ioflag & IO_APPEND) != 0 && NFSHASNFSV4(nmp) && !NFSHASPNFS(nmp)) in nfsrpc_writerpc()
[all …]
H A Dnfs_clport.c268 if (NFSHASNFSV4(nmp) && !NFSHASNFSV4N(nmp)) { in nfscl_nget()
538 if (NFSHASNFSV4(nmp) && NFSHASHASSETFSID(nmp) && in nfscl_loadattrcache()
H A Dnfs_clstate.c4727 if (!NFSHASNFSV4(nmp) || vp->v_type != VREG) in nfscl_mustflush()
4767 if (!NFSHASNFSV4(nmp) || vp->v_type != VREG) in nfscl_nodeleg()
5133 if (!NFSHASNFSV4(nmp)) in nfscl_reclaimnode()
5160 if (!NFSHASNFSV4(nmp)) in nfscl_newnode()
5187 if (!NFSHASNFSV4(nmp)) in nfscl_delegmodtime()
5225 if (!NFSHASNFSV4(nmp)) in nfscl_deleggetmodtime()
5979 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()
/src/sys/fs/nfs/
H A Dnfsport.h1053 #define NFSHASNFSV4(n) ((n)->nm_flag & NFSMNT_NFSV4) macro
H A Dnfs_commonsubs.c362 if (NFSHASNFSV4(nmp)) { in nfscl_reqstart()