Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnfs4.h445 #define FATTR4_WORD1_MOUNTED_ON_FILEID (1UL << 23) macro
/Linux-v4.19/fs/nfsd/
Dnfsd.h330 | FATTR4_WORD1_TIME_MODIFY | FATTR4_WORD1_TIME_MODIFY_SET | FATTR4_WORD1_MOUNTED_ON_FILEID)
Dnfs4xdr.c2294 #define WORD1_ABSENT_FS_ATTRS FATTR4_WORD1_MOUNTED_ON_FILEID
2839 if (bmval1 & FATTR4_WORD1_MOUNTED_ON_FILEID) { in nfsd4_encode_fattr()
2969 if (bmval[1] & ~FATTR4_WORD1_MOUNTED_ON_FILEID) in attributes_need_mount()
/Linux-v4.19/fs/nfs/
Dnfs4xdr.c1594 FATTR4_WORD1_MOUNTED_ON_FILEID, in encode_readdir()
1612 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) in encode_readdir()
3598 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U))) in decode_attr_mounted_on_fileid()
3600 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) { in decode_attr_mounted_on_fileid()
3605 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,
3547 #define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
7203 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID) in _nfs4_proc_fs_locations()
7206 bitmask[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID; in _nfs4_proc_fs_locations()