Home
last modified time | relevance | path

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

/fs/nfs/
Dinode.c808 u32 reply_mask = STATX_INO | STATX_TYPE; in nfs_get_valid_attrmask() local
811 reply_mask |= STATX_ATIME; in nfs_get_valid_attrmask()
813 reply_mask |= STATX_CTIME; in nfs_get_valid_attrmask()
815 reply_mask |= STATX_MTIME; in nfs_get_valid_attrmask()
817 reply_mask |= STATX_SIZE; in nfs_get_valid_attrmask()
819 reply_mask |= STATX_NLINK; in nfs_get_valid_attrmask()
821 reply_mask |= STATX_MODE; in nfs_get_valid_attrmask()
823 reply_mask |= STATX_UID | STATX_GID; in nfs_get_valid_attrmask()
825 reply_mask |= STATX_BLOCKS; in nfs_get_valid_attrmask()
826 return reply_mask; in nfs_get_valid_attrmask()