Lines Matching refs:advise
118 int advise;
7523 nfsrpc_advise(vnode_t vp, off_t offset, uint64_t cnt, int advise,
7532 if (advise == POSIX_FADV_WILLNEED)
7534 else if (advise == POSIX_FADV_DONTNEED)
7556 * NFS advise rpc to a NFSv4.2 DS.
7559 nfsrpc_adviseds(vnode_t vp, uint64_t offset, int cnt, int advise,
7574 if (advise == POSIX_FADV_WILLNEED)
7576 else if (advise == POSIX_FADV_DONTNEED)
7618 drpc->advise, drpc->dsp, drpc->fhp, drpc->vers, drpc->minorvers,
7626 * Set up the advise DS mirror call for the pNFS I/O thread.
7629 nfsio_adviseds(vnode_t vp, uint64_t offset, int cnt, int advise,
7640 drpc->advise = advise;
7654 error = nfsrpc_adviseds(vp, offset, cnt, advise, dsp, fhp, vers,