Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs4.h425 #define FATTR4_WORD0_FS_LOCATIONS (1UL << 24) macro
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsd.h347 …| FATTR4_WORD0_FILES_FREE | FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_FS_LOCATIONS | FATTR4_WO…
H A Dnfs4xdr.c2595 #define WORD0_ABSENT_FS_ATTRS (FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_FSID | \
2633 *bmval0 & FATTR4_WORD0_FS_LOCATIONS) in fattr_handle_absent_fs()
3013 if (bmval0 & FATTR4_WORD0_FS_LOCATIONS) { in nfsd4_encode_fattr()
H A Dnfs4proc.c2529 if (bmap0 & FATTR4_WORD0_FS_LOCATIONS) in nfsd4_getattr_rsize()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4proc.c277 | FATTR4_WORD0_FS_LOCATIONS,
7781 bitmask[0] = nfs4_fattr_bitmap[0] | FATTR4_WORD0_FS_LOCATIONS; in _nfs4_proc_fs_locations()
7832 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs40_proc_get_locations()
7889 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs41_proc_get_locations()
H A Dnfs4xdr.c3665 if (unlikely(bitmap[0] & (FATTR4_WORD0_FS_LOCATIONS -1U))) in decode_attr_fs_locations()
3668 if (unlikely(!(bitmap[0] & FATTR4_WORD0_FS_LOCATIONS))) in decode_attr_fs_locations()
3670 bitmap[0] &= ~FATTR4_WORD0_FS_LOCATIONS; in decode_attr_fs_locations()