Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dattr4.h24 | FATTR4_WORD0_SYMLINK_SUPPORT | FATTR4_WORD0_NAMED_ATTR | FATTR4_WORD0_FSID \
H A Dnfs4xdr.c2991 #define WORD0_ABSENT_FS_ATTRS (FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_FSID | \
4038 if ((attrmask[0] & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID))) { in nfsd4_encode_fattr4()
/linux/fs/nfs/
H A Dnfs40proc.c175 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs40_proc_get_locations()
H A Dnfs4xdr.c1622 | FATTR4_WORD0_FSID in encode_readdir()
3483 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U))) in decode_attr_fsid()
3485 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) { in decode_attr_fsid()
3491 bitmap[0] &= ~FATTR4_WORD0_FSID; in decode_attr_fsid()
H A Dnfs4proc.c215 | FATTR4_WORD0_FSID
238 | FATTR4_WORD0_FSID
292 | FATTR4_WORD0_FSID
4193 FATTR4_WORD0_SIZE | FATTR4_WORD0_FSID, in _nfs4_lookup_root()
8191 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs41_proc_get_locations()
/linux/include/linux/
H A Dnfs4.h414 #define FATTR4_WORD0_FSID BIT(FATTR4_FSID) macro