Home
last modified time | relevance | path

Searched refs:NFSFL_FILE (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/fs/nfs/
HDnfsclstate.h343 #define NFSFL_FILE 0x0002 /* File layout */ macro
/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clstate.c5579 if ((flp->nfsfl_flags & NFSFL_FILE) != 0) in nfscl_adddevinfo()
5586 if ((flp->nfsfl_flags & NFSFL_FILE) != 0) in nfscl_adddevinfo()
5599 if ((flp->nfsfl_flags & NFSFL_FILE) != 0) in nfscl_adddevinfo()
5644 if ((flp->nfsfl_flags & NFSFL_FILE) != 0) { in nfscl_freeflayout()
HDnfs_clrpcops.c7534 flp->nfsfl_flags = NFSFL_FILE; in nfsrv_parselayoutget()