Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h156 #define STATX_DIOALIGN 0x00002000U /* Want/got direct I/O alignment info */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h156 #define STATX_DIOALIGN 0x00002000U /* Want/got direct I/O alignment info */ macro
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c614 if (request_mask & STATX_DIOALIGN) { in xfs_vn_getattr()
618 stat->result_mask |= STATX_DIOALIGN; in xfs_vn_getattr()
/openbmc/linux/block/
H A Dbdev.c1098 stat->result_mask |= STATX_DIOALIGN; in bdev_statx_dioalign()
/openbmc/linux/fs/
H A Dstat.c258 if (request_mask & STATX_DIOALIGN) { in vfs_statx()
/openbmc/linux/fs/f2fs/
H A Dfile.c888 if ((request_mask & STATX_DIOALIGN) && S_ISREG(inode->i_mode)) { in f2fs_getattr()
891 stat->result_mask |= STATX_DIOALIGN; in f2fs_getattr()
/openbmc/linux/fs/ext4/
H A Dinode.c5572 if ((request_mask & STATX_DIOALIGN) && S_ISREG(inode->i_mode)) { in ext4_getattr()
5575 stat->result_mask |= STATX_DIOALIGN; in ext4_getattr()