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

/linux-master/include/linux/
H A Dnfs4.h524 #define FATTR4_WORD0_FSID BIT(FATTR4_FSID) macro
/linux-master/fs/nfsd/
H A Dnfsd.h385 | FATTR4_WORD0_SYMLINK_SUPPORT | FATTR4_WORD0_NAMED_ATTR | FATTR4_WORD0_FSID \
H A Dnfs4xdr.c2801 #define WORD0_ABSENT_FS_ATTRS (FATTR4_WORD0_FS_LOCATIONS | FATTR4_WORD0_FSID | \
3563 if ((attrmask[0] & (FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FSID)) &&
/linux-master/fs/nfs/
H A Dnfs4xdr.c1618 | FATTR4_WORD0_FSID
3444 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U)))
3446 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) {
3452 bitmap[0] &= ~FATTR4_WORD0_FSID;
H A Dnfs4proc.c204 | FATTR4_WORD0_FSID
225 | FATTR4_WORD0_FSID
277 | FATTR4_WORD0_FSID
8076 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
8133 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,

Completed in 180 milliseconds