Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnfs4.h402 #define FATTR4_WORD0_FSID (1UL << 8) macro
/linux/fs/nfsd/
A Dnfsd.h353 | FATTR4_WORD0_SYMLINK_SUPPORT | FATTR4_WORD0_NAMED_ATTR | FATTR4_WORD0_FSID \
A Dnfs4xdr.c2719 #define WORD0_ABSENT_FS_ATTRS (FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_FSID | \
2876 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) { in nfsd4_encode_fattr()
3003 if (bmval0 & FATTR4_WORD0_FSID) { in nfsd4_encode_fattr()
/linux/fs/nfs/
A Dnfs4proc.c202 | FATTR4_WORD0_FSID
223 | FATTR4_WORD0_FSID
275 | FATTR4_WORD0_FSID
7828 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs40_proc_get_locations()
7885 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs41_proc_get_locations()
A Dnfs4xdr.c1615 FATTR4_WORD0_FSID|FATTR4_WORD0_FILEHANDLE|FATTR4_WORD0_FILEID; in encode_readdir()
3419 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U))) in decode_attr_fsid()
3421 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) { in decode_attr_fsid()
3427 bitmap[0] &= ~FATTR4_WORD0_FSID; in decode_attr_fsid()

Completed in 52 milliseconds