Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstat.h56 u32 dio_offset_align;
54 u32 dio_offset_align; global() member
/linux/fs/erofs/
H A Dinode.c341 stat->dio_offset_align = bdev_logical_block_size(bdev); in erofs_getattr()
/linux/fs/xfs/
H A Dxfs_iops.c598 stat->dio_offset_align = xfs_inode_alloc_unitsize(ip); in xfs_report_dioalign()
600 stat->dio_offset_align = stat->dio_read_offset_align; in xfs_report_dioalign()
/linux/block/
H A Dbdev.c1294 stat->dio_offset_align = bdev_logical_block_size(bdev); in bdev_statx()
/linux/fs/
H A Dstat.c729 tmp.stx_dio_offset_align = stat->dio_offset_align; in cp_statx()
/linux/fs/bcachefs/
H A Dfs.c1161 stat->dio_offset_align = block_bytes(c); in bch2_getattr()
/linux/fs/ext4/
H A Dinode.c5620 stat->dio_offset_align = bdev_logical_block_size(bdev); in ext4_getattr()
5623 stat->dio_offset_align = dio_align; in ext4_getattr()