Home
last modified time | relevance | path

Searched refs:STATX_DIOALIGN (Results 1 – 7 of 7) sorted by last modified time

/linux/fs/ext4/
H A Dinode.c5516 if ((request_mask & STATX_DIOALIGN) && S_ISREG(inode->i_mode)) { in ext4_getattr()
5519 stat->result_mask |= STATX_DIOALIGN; in ext4_getattr()
/linux/include/uapi/linux/
H A Dstat.h157 #define STATX_DIOALIGN 0x00002000U /* Want/got direct I/O alignment info */ macro
/linux/fs/
H A Dstat.c263 if (request_mask & STATX_DIOALIGN) { in vfs_statx()
/linux/fs/f2fs/
H A Dfile.c869 if ((request_mask & STATX_DIOALIGN) && S_ISREG(inode->i_mode)) { in f2fs_getattr()
872 stat->result_mask |= STATX_DIOALIGN; in f2fs_getattr()
/linux/block/
H A Dbdev.c1258 stat->result_mask |= STATX_DIOALIGN; in bdev_statx_dioalign()
/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()
/linux/tools/include/uapi/linux/
H A Dstat.h156 #define STATX_DIOALIGN 0x00002000U /* Want/got direct I/O alignment info */ macro