Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dstat.h56 u32 dio_offset_align; member
/linux-6.15/fs/erofs/
H A Dinode.c336 stat->dio_offset_align = bdev_logical_block_size(bdev); in erofs_getattr()
/linux-6.15/fs/xfs/
H A Dxfs_iops.c599 stat->dio_offset_align = xfs_inode_alloc_unitsize(ip); in xfs_report_dioalign()
601 stat->dio_offset_align = stat->dio_read_offset_align; in xfs_report_dioalign()
/linux-6.15/fs/
H A Dstat.c733 tmp.stx_dio_offset_align = stat->dio_offset_align; in cp_statx()
/linux-6.15/block/
H A Dbdev.c1329 stat->dio_offset_align = bdev_logical_block_size(bdev); in bdev_statx()
/linux-6.15/drivers/block/
H A Dloop.c454 return st.dio_offset_align; in loop_query_min_dio_size()
/linux-6.15/fs/ext4/
H A Dinode.c5679 stat->dio_offset_align = bdev_logical_block_size(bdev); in ext4_getattr()
5682 stat->dio_offset_align = dio_align; in ext4_getattr()
/linux-6.15/fs/bcachefs/
H A Dfs.c1207 stat->dio_offset_align = block_bytes(c); in bch2_getattr()
/linux-6.15/fs/f2fs/
H A Dfile.c960 stat->dio_offset_align = bsize; in f2fs_getattr()