Home
last modified time | relevance | path

Searched refs:NFSIOD_AVAILABLE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c153 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) in sysctl_iodmax()
186 ncl_iodwant[i] = NFSIOD_AVAILABLE; in nfs_nfsiodnew_sync()
263 ncl_iodwant[myiod] = NFSIOD_AVAILABLE; in nfssvc_iod()
H A Dnfs.h79 * NFSIOD_AVAILABLE - Available to be assigned an I/O operation.
85 NFSIOD_AVAILABLE = 1, enumerator
H A Dnfs_clsubs.c105 if (ncl_iodwant[i] == NFSIOD_AVAILABLE) in ncl_uninit()
H A Dnfs_clbio.c1439 if (ncl_iodwant[iod] == NFSIOD_AVAILABLE) { in ncl_asyncio()
H A Dnfs_clvfsops.c1918 ncl_iodwant[i] = NFSIOD_AVAILABLE; in nfs_unmount()
/freebsd/sys/nfsclient/
H A Dnfsnode.h173 NFSIOD_AVAILABLE = 1, enumerator