Lines Matching refs:reply_mask
949 u32 reply_mask = STATX_INO | STATX_TYPE; in nfs_get_valid_attrmask() local
952 reply_mask |= STATX_ATIME; in nfs_get_valid_attrmask()
954 reply_mask |= STATX_CTIME; in nfs_get_valid_attrmask()
956 reply_mask |= STATX_MTIME; in nfs_get_valid_attrmask()
958 reply_mask |= STATX_SIZE; in nfs_get_valid_attrmask()
960 reply_mask |= STATX_NLINK; in nfs_get_valid_attrmask()
962 reply_mask |= STATX_MODE; in nfs_get_valid_attrmask()
964 reply_mask |= STATX_UID | STATX_GID; in nfs_get_valid_attrmask()
966 reply_mask |= STATX_BLOCKS; in nfs_get_valid_attrmask()
969 reply_mask |= STATX_BTIME; in nfs_get_valid_attrmask()
971 reply_mask |= STATX_CHANGE_COOKIE; in nfs_get_valid_attrmask()
972 return reply_mask; in nfs_get_valid_attrmask()