Home
last modified time | relevance | path

Searched refs:FATTR4_WORD1_TIME_ACCESS (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfsd/
H A Dnfsd.h421 | FATTR4_WORD1_SPACE_USED | FATTR4_WORD1_TIME_ACCESS | FATTR4_WORD1_TIME_ACCESS_SET \
H A Dnfs4proc.c459 open->op_bmval[1] |= (FATTR4_WORD1_TIME_ACCESS | in do_open_lookup()
/linux/include/linux/
H A Dnfs4.h575 #define FATTR4_WORD1_TIME_ACCESS BIT(FATTR4_TIME_ACCESS - 32) macro
/linux/fs/nfs/
H A Dcallback_proc.c67 res->bitmap[1] = (FATTR4_WORD1_TIME_ACCESS | in nfs4_callback_getattr()
H A Dcallback_xdr.c645 if (!(bitmap[1] & FATTR4_WORD1_TIME_ACCESS)) in encode_attr_atime()
H A Dnfs4proc.c221 | FATTR4_WORD1_TIME_ACCESS
242 | FATTR4_WORD1_TIME_ACCESS
293 | FATTR4_WORD1_TIME_ACCESS
325 dst[1] &= ~FATTR4_WORD1_TIME_ACCESS; in nfs4_bitmap_copy_adjust()
332 dst[1] &= ~FATTR4_WORD1_TIME_ACCESS; in nfs4_bitmap_copy_adjust()
3104 if ((attrset[1] & (FATTR4_WORD1_TIME_ACCESS|FATTR4_WORD1_TIME_ACCESS_SET))) { in nfs4_exclusive_attrset()
4029 if (!(res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)) in _nfs4_server_capabilities()
5729 bitmask[1] |= FATTR4_WORD1_TIME_ACCESS; in nfs4_bitmask_set()
H A Dnfs4xdr.c1625 | FATTR4_WORD1_TIME_ACCESS in encode_readdir()
4198 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_ACCESS - 1U))) in decode_attr_time_access()
4200 if (likely(bitmap[1] & FATTR4_WORD1_TIME_ACCESS)) { in decode_attr_time_access()
4204 bitmap[1] &= ~FATTR4_WORD1_TIME_ACCESS; in decode_attr_time_access()