Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dstat.h23 u32 result_mask; /* What fields the user got */ member
/kernel/linux/linux-5.10/fs/
Dstat.c73 stat->result_mask |= STATX_BASIC_STATS; in vfs_getattr_nosec()
79 stat->result_mask &= ~STATX_ATIME; in vfs_getattr_nosec()
199 stat->result_mask |= STATX_MNT_ID; in vfs_statx()
548 tmp.stx_mask = stat->result_mask; in cp_statx()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dprotocol.h356 __le32 result_mask; member
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.c681 stat->result_mask = le32_to_cpu(resp->result_mask); in hmdfs_update_getattr_ret()
682 if (stat->result_mask == 0) in hmdfs_update_getattr_ret()
Dfile_remote.c405 if (!(getattr_ret->stat.result_mask & STATX_CTIME)) { in hmdfs_remote_keep_writecache()
407 getattr_ret->stat.result_mask); in hmdfs_remote_keep_writecache()
Dinode_remote.c92 if ((getattr_ret->stat.result_mask & expected_flags) != in get_remote_inode_info()
95 getattr_ret->stat.result_mask); in get_remote_inode_info()
Dhmdfs_server.c1577 resp->result_mask = cpu_to_le32(STATX_BASIC_STATS | STATX_BTIME); in update_getattr_response()
1653 resp->result_mask = cpu_to_le32(0); in hmdfs_server_getattr()
/kernel/linux/linux-5.10/fs/exfat/
Dfile.c278 stat->result_mask |= STATX_BTIME; in exfat_getattr()
/kernel/linux/linux-5.10/fs/orangefs/
Dinode.c910 stat->result_mask &= ~STATX_SIZE; in orangefs_getattr()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iops.c563 stat->result_mask |= STATX_BTIME; in xfs_vn_getattr()
/kernel/linux/linux-5.10/fs/fuse/
Ddir.c1844 stat->result_mask = 0; in fuse_getattr()
/kernel/linux/linux-5.10/fs/nfs/
Dinode.c871 stat->result_mask &= request_mask; in nfs_getattr()
/kernel/linux/linux-5.10/fs/ceph/
Dinode.c2423 stat->result_mask = request_mask & valid_mask; in ceph_getattr()
/kernel/linux/linux-5.10/fs/cifs/
Dinode.c2408 stat->result_mask |= STATX_BTIME;
/kernel/linux/linux-5.10/fs/f2fs/
Dfile.c803 stat->result_mask |= STATX_BTIME; in f2fs_getattr()
/kernel/linux/linux-5.10/fs/ext4/
Dinode.c5609 stat->result_mask |= STATX_BTIME; in ext4_getattr()
/kernel/linux/linux-5.10/fs/btrfs/
Dinode.c8873 stat->result_mask |= STATX_BTIME; in btrfs_getattr()