Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnfs4.h420 #define FATTR4_WORD0_FILES_FREE (1UL << 22) macro
/linux/fs/nfsd/
A Dnfsd.h358 …| FATTR4_WORD0_FILES_FREE | FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_FS_LOCATIONS | FATTR4_WO…
A Dnfs4xdr.c2868 if ((bmval0 & (FATTR4_WORD0_FILES_AVAIL | FATTR4_WORD0_FILES_FREE | in nfsd4_encode_fattr()
3125 if (bmval0 & FATTR4_WORD0_FILES_FREE) { in nfsd4_encode_fattr()
/linux/fs/nfs/
A Dnfs4xdr.c3601 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_FREE - 1U))) in decode_attr_files_free()
3603 if (likely(bitmap[0] & FATTR4_WORD0_FILES_FREE)) { in decode_attr_files_free()
3608 bitmap[0] &= ~FATTR4_WORD0_FILES_FREE; in decode_attr_files_free()
A Dnfs4proc.c247 | FATTR4_WORD0_FILES_FREE

Completed in 53 milliseconds