Searched refs:io_size (Results 1 – 6 of 6) sorted by relevance
/fs/hfsplus/ |
D | wrapper.c | 53 u64 io_size; in hfsplus_submit_bio() local 62 io_size = hfsplus_min_io_size(sb); in hfsplus_submit_bio() 64 offset = start & (io_size - 1); in hfsplus_submit_bio() 65 sector &= ~((io_size >> HFSPLUS_SECTOR_SHIFT) - 1); in hfsplus_submit_bio() 75 while (io_size > 0) { in hfsplus_submit_bio() 78 io_size); in hfsplus_submit_bio() 85 io_size -= len; in hfsplus_submit_bio()
|
/fs/xfs/ |
D | xfs_aops.c | 124 return ioend->io_offset + ioend->io_size > in xfs_ioend_is_append() 223 return __xfs_setfilesize(ip, tp, ioend->io_offset, ioend->io_size); in xfs_setfilesize_ioend() 236 size_t size = ioend->io_size; in xfs_end_ioend() 306 if (ioend->io_offset + ioend->io_size != next->io_offset) in xfs_ioend_can_merge() 344 ioend->io_size += next_ioend->io_size; in xfs_ioend_try_merge() 661 ioend->io_offset, ioend->io_size); in xfs_submit_ioend() 718 ioend->io_size = 0; in xfs_alloc_ioend() 779 offset != wpc->ioend->io_offset + wpc->ioend->io_size) { in xfs_add_to_ioend() 798 wpc->ioend->io_size += len; in xfs_add_to_ioend()
|
D | xfs_aops.h | 19 size_t io_size; /* size of the extent */ member
|
/fs/btrfs/ |
D | ordered-data.h | 158 u64 file_offset, u64 io_size, int uptodate); 161 u64 *file_offset, u64 io_size,
|
D | ordered-data.c | 304 u64 *file_offset, u64 io_size, int uptodate) in btrfs_dec_test_first_ordered_pending() argument 331 dec_end = min(*file_offset + io_size, entry->file_offset + in btrfs_dec_test_first_ordered_pending() 375 u64 file_offset, u64 io_size, int uptodate) in btrfs_dec_test_ordered_pending() argument 403 if (io_size > entry->bytes_left) { in btrfs_dec_test_ordered_pending() 406 entry->bytes_left, io_size); in btrfs_dec_test_ordered_pending() 408 entry->bytes_left -= io_size; in btrfs_dec_test_ordered_pending()
|
/fs/f2fs/ |
D | data.c | 571 unsigned int io_size = F2FS_IO_SIZE(sbi); in io_is_mergeable() local 575 if (!(filled_blocks % io_size) && left_vecs < io_size) in io_is_mergeable()
|