Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnfs4.h453 #define FATTR4_WORD1_MOUNTED_ON_FILEID (1UL << 23) macro
/Linux-v6.1/fs/nfsd/
Dnfsd.h382 | FATTR4_WORD1_TIME_MODIFY | FATTR4_WORD1_TIME_MODIFY_SET | FATTR4_WORD1_MOUNTED_ON_FILEID)
Dnfs4xdr.c2763 #define WORD1_ABSENT_FS_ATTRS FATTR4_WORD1_MOUNTED_ON_FILEID
3321 if (bmval1 & FATTR4_WORD1_MOUNTED_ON_FILEID) { in nfsd4_encode_fattr()
3450 if (bmval[1] & ~FATTR4_WORD1_MOUNTED_ON_FILEID) in attributes_need_mount()
/Linux-v6.1/fs/nfs/
Dnfs4xdr.c1606 FATTR4_WORD1_MOUNTED_ON_FILEID, in encode_readdir()
1624 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) in encode_readdir()
3614 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U))) in decode_attr_mounted_on_fileid()
3616 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) { in decode_attr_mounted_on_fileid()
3621 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID; in decode_attr_mounted_on_fileid()
Dnfs4proc.c209 | FATTR4_WORD1_MOUNTED_ON_FILEID,
281 | FATTR4_WORD1_MOUNTED_ON_FILEID,
3823 #define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
7984 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID) in _nfs4_proc_fs_locations()
7987 bitmask[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID; in _nfs4_proc_fs_locations()