Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs4.h445 #define FATTR4_WORD1_MOUNTED_ON_FILEID (1UL << 23) macro
/Linux-v5.4/fs/nfsd/
Dnfsd.h350 | FATTR4_WORD1_TIME_MODIFY | FATTR4_WORD1_TIME_MODIFY_SET | FATTR4_WORD1_MOUNTED_ON_FILEID)
Dnfs4xdr.c2301 #define WORD1_ABSENT_FS_ATTRS FATTR4_WORD1_MOUNTED_ON_FILEID
2848 if (bmval1 & FATTR4_WORD1_MOUNTED_ON_FILEID) { in nfsd4_encode_fattr()
2980 if (bmval[1] & ~FATTR4_WORD1_MOUNTED_ON_FILEID) in attributes_need_mount()
/Linux-v5.4/fs/nfs/
Dnfs4xdr.c1597 FATTR4_WORD1_MOUNTED_ON_FILEID, in encode_readdir()
1615 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) in encode_readdir()
3545 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U))) in decode_attr_mounted_on_fileid()
3547 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) { in decode_attr_mounted_on_fileid()
3552 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID; in decode_attr_mounted_on_fileid()
Dnfs4proc.c205 | FATTR4_WORD1_MOUNTED_ON_FILEID,
275 | FATTR4_WORD1_MOUNTED_ON_FILEID,
3696 #define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
7394 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID) in _nfs4_proc_fs_locations()
7397 bitmask[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID; in _nfs4_proc_fs_locations()