Searched refs:FATTR4_WORD0_FILEID (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dnfs4.h540 #define FATTR4_WORD0_FILEID BIT(FATTR4_FILEID) macro
/linux-master/fs/nfsd/
H A Dnfsd.h389 | FATTR4_WORD0_FILEHANDLE | FATTR4_WORD0_FILEID | FATTR4_WORD0_FILES_AVAIL \
/linux-master/fs/nfs/
H A Dnfs4xdr.c1620 | FATTR4_WORD0_FILEID;
1634 attrs[0] |= FATTR4_WORD0_FILEID;
3603 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEID - 1U)))
3605 if (likely(bitmap[0] & FATTR4_WORD0_FILEID)) {
3610 bitmap[0] &= ~FATTR4_WORD0_FILEID;
H A Dnfs4proc.c205 | FATTR4_WORD0_FILEID,
226 | FATTR4_WORD0_FILEID,
244 | FATTR4_WORD0_FILEID,
278 | FATTR4_WORD0_FILEID
318 unsigned int attrs = FATTR4_WORD0_FILEID | FATTR4_WORD0_TYPE;
3918 if (!(res.attr_bitmask[0] & FATTR4_WORD0_FILEID))
8031 bitmask[0] &= ~FATTR4_WORD0_FILEID;

Completed in 145 milliseconds