Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dnfsd.h426 | FATTR4_WORD1_TIME_MODIFY | FATTR4_WORD1_TIME_MODIFY_SET | FATTR4_WORD1_MOUNTED_ON_FILEID)
A Dnfs4xdr.c2824 #define WORD1_ABSENT_FS_ATTRS FATTR4_WORD1_MOUNTED_ON_FILEID
3726 if (bmval[1] & ~FATTR4_WORD1_MOUNTED_ON_FILEID) in attributes_need_mount()
/linux/include/linux/
A Dnfs4.h587 #define FATTR4_WORD1_MOUNTED_ON_FILEID BIT(FATTR4_MOUNTED_ON_FILEID - 32) macro
/linux/fs/nfs/
A Dnfs4xdr.c1605 FATTR4_WORD1_MOUNTED_ON_FILEID, in encode_readdir()
1631 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) in encode_readdir()
3650 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U))) in decode_attr_mounted_on_fileid()
3652 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) { in decode_attr_mounted_on_fileid()
3657 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID; in decode_attr_mounted_on_fileid()
A Dnfs4proc.c215 | FATTR4_WORD1_MOUNTED_ON_FILEID,
287 | FATTR4_WORD1_MOUNTED_ON_FILEID,
3907 #define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
8188 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID) in _nfs4_proc_fs_locations()
8191 bitmask[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID; in _nfs4_proc_fs_locations()

Completed in 57 milliseconds