Searched refs:FATTR4_WORD0_FS_LOCATIONS (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dnfs4.h544 #define FATTR4_WORD0_FS_LOCATIONS BIT(FATTR4_FS_LOCATIONS) 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.c2801 #define WORD0_ABSENT_FS_ATTRS (FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_FSID | \
2839 *bmval0 & FATTR4_WORD0_FS_LOCATIONS)
H A Dnfs4proc.c2867 if (bmap0 & FATTR4_WORD0_FS_LOCATIONS)
/linux-master/fs/nfs/
H A Dnfs4proc.c279 | FATTR4_WORD0_FS_LOCATIONS,
3916 if (res.attr_bitmask[0] & FATTR4_WORD0_FS_LOCATIONS)
8025 bitmask[0] = nfs4_fattr_bitmap[0] | FATTR4_WORD0_FS_LOCATIONS;
8076 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
8133 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
H A Dnfs4xdr.c3742 if (unlikely(bitmap[0] & (FATTR4_WORD0_FS_LOCATIONS -1U)))
3745 if (unlikely(!(bitmap[0] & FATTR4_WORD0_FS_LOCATIONS)))
3747 bitmap[0] &= ~FATTR4_WORD0_FS_LOCATIONS;

Completed in 203 milliseconds