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

/linux-master/include/linux/
H A Dnfs4.h542 #define FATTR4_WORD0_FILES_FREE BIT(FATTR4_FILES_FREE) macro
/linux-master/fs/nfsd/
H A Dnfsd.h390 | FATTR4_WORD0_FILES_FREE | FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_HOMOGENEOUS \
H A Dnfs4xdr.c3555 if ((attrmask[0] & (FATTR4_WORD0_FILES_AVAIL | FATTR4_WORD0_FILES_FREE |
/linux-master/fs/nfs/
H A Dnfs4xdr.c3662 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_FREE - 1U)))
3664 if (likely(bitmap[0] & FATTR4_WORD0_FILES_FREE)) {
3669 bitmap[0] &= ~FATTR4_WORD0_FILES_FREE;
H A Dnfs4proc.c249 | FATTR4_WORD0_FILES_FREE

Completed in 217 milliseconds