Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clvnops.c732 if (NFSHASPNFS(VFSTONFS(vp->v_mount)) && (fmode & FWRITE) != 0) in nfs_open()
1578 if (NFSHASPNFS(nmp)) in ncl_readrpc()
1609 if (NFSHASPNFS(nmp)) in ncl_writerpc()
2822 if (NFSHASPNFS(nmp) && (np->n_flag & NDSCOMMIT) != 0) { in ncl_commit()
3223 if (NFSHASPNFS(nmp)) { in ncl_flush()
3706 (NFSHASPNFS(nmp) && (nmp->nm_privflag & NFSMNTP_IOADVISETHRUMDS) == in nfs_advise()
H A Dnfs_clbio.c1422 if (NFSHASPNFS(nmp)) { in ncl_vinvalbuf()
1632 if (NFSHASPNFS(VFSTONFS(bp->b_vp->v_mount))) { in ncl_doio_directwrite()
H A Dnfs_clstate.c4717 if (NFSHASPNFS(nmp)) in nfscl_removedeleg()
4838 if (NFSHASPNFS(nmp)) in nfscl_renamedeleg()
5353 if (vp->v_type != VREG || !NFSHASPNFS(VFSTONFS(vp->v_mount)) || in nfscl_retoncloselayout()
H A Dnfs_clrpcops.c410 if (!NFSHASPNFS(nmp) || nfscl_enablecallb == 0 || in nfsrpc_open()
2080 if (!NFSHASPNFS(nmp) || nfscl_enablecallb == 0 || in nfsrpc_create()
5851 if (!NFSHASPNFS(nmp) || nfscl_enablecallb == 0 || nfs_numnfscbd == 0 || in nfscl_doiods()
/freebsd-13.1/sys/fs/nfs/
H A Dnfsport.h1063 #define NFSHASPNFS(n) ((n)->nm_state & NFSSTA_PNFS) macro