Searched refs:NFSHASPNFS (Results 1 – 5 of 5) sorted by relevance
593 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()
1366 if (NFSHASPNFS(nmp)) { in ncl_vinvalbuf()1556 if (NFSHASPNFS(VFSTONFS(vnode_mount(bp->b_vp)))) { in ncl_doio_directwrite()
383 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()
4951 if (vp->v_type != VREG || !NFSHASPNFS(VFSTONFS(vnode_mount(vp))) || in nfscl_retoncloselayout()
933 #define NFSHASPNFS(n) ((n)->nm_state & NFSSTA_PNFS) macro