Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsd.h413 | FATTR4_WORD0_FILES_FREE | FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_HOMOGENEOUS \
H A Dnfs4proc.c3018 if (bmap0 & FATTR4_WORD0_FS_LOCATIONS) in nfsd4_getattr_rsize()
/linux/include/linux/
H A Dnfs4.h551 #define FATTR4_WORD0_FS_LOCATIONS BIT(FATTR4_FS_LOCATIONS) macro
/linux/fs/nfs/
H A Dnfs4proc.c288 | FATTR4_WORD0_FS_LOCATIONS,
4013 if (res.attr_bitmask[0] & FATTR4_WORD0_FS_LOCATIONS) in _nfs4_server_capabilities()
8197 bitmask[0] = nfs4_fattr_bitmap[0] | FATTR4_WORD0_FS_LOCATIONS; in _nfs4_proc_fs_locations()
8248 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs40_proc_get_locations()
8305 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs41_proc_get_locations()
H A Dnfs4xdr.c3769 if (unlikely(bitmap[0] & (FATTR4_WORD0_FS_LOCATIONS -1U))) in decode_attr_fs_locations()
3772 if (unlikely(!(bitmap[0] & FATTR4_WORD0_FS_LOCATIONS))) in decode_attr_fs_locations()
3774 bitmap[0] &= ~FATTR4_WORD0_FS_LOCATIONS; in decode_attr_fs_locations()