Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dnfsd.h416 …| FATTR4_WORD0_FILES_FREE | FATTR4_WORD0_FILES_TOTAL | FATTR4_WORD0_FS_LOCATIONS | FATTR4_WO…
A Dnfs4xdr.c2822 #define WORD0_ABSENT_FS_ATTRS (FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_FSID | \
2860 *bmval0 & FATTR4_WORD0_FS_LOCATIONS) in fattr_handle_absent_fs()
A Dnfs4proc.c2908 if (bmap0 & FATTR4_WORD0_FS_LOCATIONS) in nfsd4_getattr_rsize()
/linux/include/linux/
A Dnfs4.h555 #define FATTR4_WORD0_FS_LOCATIONS BIT(FATTR4_FS_LOCATIONS) macro
/linux/fs/nfs/
A Dnfs4proc.c279 | FATTR4_WORD0_FS_LOCATIONS,
3999 if (res.attr_bitmask[0] & FATTR4_WORD0_FS_LOCATIONS) in _nfs4_server_capabilities()
8183 bitmask[0] = nfs4_fattr_bitmap[0] | FATTR4_WORD0_FS_LOCATIONS; in _nfs4_proc_fs_locations()
8234 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs40_proc_get_locations()
8291 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs41_proc_get_locations()
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()

Completed in 66 milliseconds