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

/linux-master/include/linux/
H A Dnfs4.h576 #define FATTR4_WORD1_MOUNTED_ON_FILEID BIT(FATTR4_MOUNTED_ON_FILEID - 32) macro
/linux-master/fs/nfsd/
H A Dnfsd.h400 | FATTR4_WORD1_TIME_MODIFY | FATTR4_WORD1_TIME_MODIFY_SET | FATTR4_WORD1_MOUNTED_ON_FILEID)
H A Dnfs4xdr.c2803 #define WORD1_ABSENT_FS_ATTRS FATTR4_WORD1_MOUNTED_ON_FILEID
3703 if (bmval[1] & ~FATTR4_WORD1_MOUNTED_ON_FILEID)
/linux-master/fs/nfs/
H A Dnfs4xdr.c1607 FATTR4_WORD1_MOUNTED_ON_FILEID,
1633 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID))
3623 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U)))
3625 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) {
3630 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;
H A Dnfs4proc.c215 | FATTR4_WORD1_MOUNTED_ON_FILEID,
287 | FATTR4_WORD1_MOUNTED_ON_FILEID,
3853 #define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
8030 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
8033 bitmask[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;

Completed in 302 milliseconds