Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnfs4.h453 #define FATTR4_WORD1_MOUNTED_ON_FILEID (1UL << 23) macro
/linux-6.3-rc2/fs/nfsd/
A Dnfsd.h381 | FATTR4_WORD1_TIME_MODIFY | FATTR4_WORD1_TIME_MODIFY_SET | FATTR4_WORD1_MOUNTED_ON_FILEID)
A Dnfs4xdr.c2822 #define WORD1_ABSENT_FS_ATTRS FATTR4_WORD1_MOUNTED_ON_FILEID
3382 if (bmval1 & FATTR4_WORD1_MOUNTED_ON_FILEID) { in nfsd4_encode_fattr()
3511 if (bmval[1] & ~FATTR4_WORD1_MOUNTED_ON_FILEID) in attributes_need_mount()
/linux-6.3-rc2/fs/nfs/
A 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()
A Dnfs4proc.c214 | FATTR4_WORD1_MOUNTED_ON_FILEID,
286 | FATTR4_WORD1_MOUNTED_ON_FILEID,
3827 #define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
7991 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID) in _nfs4_proc_fs_locations()
7994 bitmask[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID; in _nfs4_proc_fs_locations()

Completed in 50 milliseconds