Home
last modified time | relevance | path

Searched refs:NFSHASPNFS (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clvnops.c593 if (NFSHASPNFS(VFSTONFS(vp->v_mount)) && (fmode & FWRITE) != 0) in nfs_open()
1383 if (NFSHASPNFS(nmp)) in ncl_readrpc()
1414 if (NFSHASPNFS(nmp)) in ncl_writerpc()
2578 if (NFSHASPNFS(nmp) && (np->n_flag & NDSCOMMIT) != 0) { in ncl_commit()
2982 if (NFSHASPNFS(nmp)) { in ncl_flush()
H A Dnfs_clbio.c1366 if (NFSHASPNFS(nmp)) { in ncl_vinvalbuf()
1556 if (NFSHASPNFS(VFSTONFS(vnode_mount(bp->b_vp)))) { in ncl_doio_directwrite()
H A Dnfs_clrpcops.c383 if (!NFSHASPNFS(nmp) || nfscl_enablecallb == 0 || in nfsrpc_open()
1989 if (!NFSHASPNFS(nmp) || nfscl_enablecallb == 0 || in nfsrpc_create()
5633 if (!NFSHASPNFS(nmp) || nfscl_enablecallb == 0 || nfs_numnfscbd == 0 || in nfscl_doiods()
H A Dnfs_clstate.c4951 if (vp->v_type != VREG || !NFSHASPNFS(VFSTONFS(vnode_mount(vp))) || in nfscl_retoncloselayout()
/freebsd-12.1/sys/fs/nfs/
H A Dnfsport.h933 #define NFSHASPNFS(n) ((n)->nm_state & NFSSTA_PNFS) macro