Home
last modified time | relevance | path

Searched refs:result_mask (Results 1 - 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
H A Dstat.h23 u32 result_mask; /* What fields the user got */ member
/kernel/linux/linux-6.6/include/linux/
H A Dstat.h23 u32 result_mask; /* What fields the user got */ member
/kernel/linux/linux-6.6/fs/
H A Dstat.c67 stat->result_mask |= STATX_CHANGE_COOKIE; in generic_fillattr()
112 stat->result_mask |= STATX_BASIC_STATS; in vfs_getattr_nosec()
118 stat->result_mask &= ~STATX_ATIME; in vfs_getattr_nosec()
251 stat->result_mask |= STATX_MNT_ID; in vfs_statx()
629 tmp.stx_mask = stat->result_mask & ~STATX_CHANGE_COOKIE; in cp_statx()
/kernel/linux/linux-5.10/fs/
H A 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-6.6/io_uring/
H A Dpoll.c39 __poll_t result_mask; member
570 * inline and ipt.result_mask is set to the mask.
616 ipt->result_mask = mask; in __io_arm_poll_handler()
629 ipt->result_mask = mask; in __io_arm_poll_handler()
970 io_req_set_res(req, ipt.result_mask, 0); in io_poll_add()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dprotocol.h357 __le32 result_mask; member
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dprotocol.h357 __le32 result_mask; member
/kernel/linux/linux-6.6/fs/exfat/
H A Dfile.c237 stat->result_mask |= STATX_BTIME; in exfat_getattr()
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_api.c274 if (!result && (stat.result_mask & STATX_CHANGE_COOKIE)) in ima_collect_measurement()
H A Dima_main.c175 !(stat.result_mask & STATX_CHANGE_COOKIE) || in ima_check_last_writer()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_client.c698 stat->result_mask = le32_to_cpu(resp->result_mask); in hmdfs_update_getattr_ret()
699 if (stat->result_mask == 0) in hmdfs_update_getattr_ret()
H A 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()
H A 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()
H A Dhmdfs_server.c1718 resp->result_mask = cpu_to_le32(STATX_BASIC_STATS | STATX_BTIME); in update_getattr_response()
1795 * if path lookup failed, we return with result_mask setting to in hmdfs_server_getattr()
1799 resp->result_mask = cpu_to_le32(0); in hmdfs_server_getattr()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_client.c697 stat->result_mask = le32_to_cpu(resp->result_mask); in hmdfs_update_getattr_ret()
698 if (stat->result_mask == 0) in hmdfs_update_getattr_ret()
H A 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()
H A 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()
H A Dhmdfs_server.c1718 resp->result_mask = cpu_to_le32(STATX_BASIC_STATS | STATX_BTIME); in update_getattr_response()
1795 * if path lookup failed, we return with result_mask setting to in hmdfs_server_getattr()
1799 resp->result_mask = cpu_to_le32(0); in hmdfs_server_getattr()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_iops.c582 stat->result_mask |= STATX_BTIME; in xfs_vn_getattr()
589 stat->result_mask |= STATX_CHANGE_COOKIE; in xfs_vn_getattr()
618 stat->result_mask |= STATX_DIOALIGN; in xfs_vn_getattr()
/kernel/linux/linux-6.6/fs/fuse/
H A Ddir.c1228 stat->result_mask = sx->mask & (STATX_BASIC_STATS | STATX_BTIME); in fuse_do_statx()
1232 stat->result_mask |= STATX_TYPE; in fuse_do_statx()
1331 stat->result_mask |= STATX_BTIME; in fuse_update_get_attr()
2090 stat->result_mask = 0; in fuse_getattr()
/kernel/linux/linux-5.10/fs/exfat/
H A Dfile.c277 stat->result_mask |= STATX_BTIME; in exfat_getattr()
/kernel/linux/linux-6.6/fs/fat/
H A Dfile.c413 stat->result_mask |= STATX_BTIME; in fat_getattr()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfsfh.c778 if (stat->result_mask & STATX_CHANGE_COOKIE) { in nfsd4_change_attribute()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dinode.c287 stat->result_mask |= STATX_BTIME; in hfsplus_getattr()
/kernel/linux/linux-6.6/block/
H A Dbdev.c1098 stat->result_mask |= STATX_DIOALIGN; in bdev_statx_dioalign()

Completed in 33 milliseconds

12