Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs4.h394 #define FATTR4_WORD0_FSID (1UL << 8) macro
/linux-4.19.296/fs/nfsd/
Dnfsd.h315 | FATTR4_WORD0_SYMLINK_SUPPORT | FATTR4_WORD0_NAMED_ATTR | FATTR4_WORD0_FSID \
Dnfs4xdr.c2292 #define WORD0_ABSENT_FS_ATTRS (FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_FSID | \
2449 if ((bmval0 & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) && !fhp) { in nfsd4_encode_fattr()
2576 if (bmval0 & FATTR4_WORD0_FSID) { in nfsd4_encode_fattr()
/linux-4.19.296/fs/nfs/
Dnfs4proc.c194 | FATTR4_WORD0_FSID
215 | FATTR4_WORD0_FSID
265 | FATTR4_WORD0_FSID
7306 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs40_proc_get_locations()
7363 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, in _nfs41_proc_get_locations()
Dnfs4xdr.c1603 FATTR4_WORD0_FSID|FATTR4_WORD0_FILEHANDLE|FATTR4_WORD0_FILEID; in encode_readdir()
3440 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U))) in decode_attr_fsid()
3442 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) { in decode_attr_fsid()
3448 bitmap[0] &= ~FATTR4_WORD0_FSID; in decode_attr_fsid()