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

/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c611 if (NFSHASPNFS(VFSTONFS(vp->v_mount)) && (fmode & FWRITE) != 0)
1377 if (NFSHASPNFS(nmp))
1408 if (NFSHASPNFS(nmp))
2572 if (NFSHASPNFS(nmp) && (np->n_flag & NDSCOMMIT) != 0) {
2969 if (NFSHASPNFS(nmp)) {
H A Dnfs_clbio.c1371 if (NFSHASPNFS(nmp)) {
1561 if (NFSHASPNFS(VFSTONFS(vnode_mount(bp->b_vp)))) {
H A Dnfs_clstate.c4942 if (vp->v_type != VREG || !NFSHASPNFS(VFSTONFS(vnode_mount(vp))) ||
H A Dnfs_clrpcops.c5551 if (!NFSHASPNFS(nmp) || nfscl_enablecallb == 0 || nfs_numnfscbd == 0 ||
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsport.h866 #define NFSHASPNFS(n) ((n)->nm_state & NFSSTA_PNFS) macro

Completed in 201 milliseconds