Home
last modified time | relevance | path

Searched refs:start_byte (Results 1 – 12 of 12) sorted by relevance

/fs/iomap/
A Dbuffered-io.c1114 if (start_byte > *punch_start_byte) { in iomap_write_delalloc_punch()
1152 while (start_byte < end_byte) { in iomap_write_delalloc_scan()
1157 start_byte >> PAGE_SHIFT); in iomap_write_delalloc_scan()
1159 start_byte = ALIGN_DOWN(start_byte, PAGE_SIZE) + in iomap_write_delalloc_scan()
1237 loff_t punch_start_byte = start_byte; in iomap_write_delalloc_release()
1248 while (start_byte < scan_end_byte) { in iomap_write_delalloc_release()
1261 if (start_byte == -ENXIO || start_byte == scan_end_byte) in iomap_write_delalloc_release()
1263 if (WARN_ON_ONCE(start_byte < 0)) in iomap_write_delalloc_release()
1281 if (data_end == start_byte) in iomap_write_delalloc_release()
1284 WARN_ON_ONCE(data_end < start_byte); in iomap_write_delalloc_release()
[all …]
/fs/ext4/
A Dext4_jbd2.h337 struct inode *inode, loff_t start_byte, loff_t length) in ext4_jbd2_inode_add_write() argument
341 EXT4_I(inode)->jinode, start_byte, length); in ext4_jbd2_inode_add_write()
346 struct inode *inode, loff_t start_byte, loff_t length) in ext4_jbd2_inode_add_wait() argument
350 EXT4_I(inode)->jinode, start_byte, length); in ext4_jbd2_inode_add_wait()
A Dinode.c828 loff_t start_byte = in ext4_map_blocks() local
834 start_byte, length); in ext4_map_blocks()
837 start_byte, length); in ext4_map_blocks()
/fs/jbd2/
A Dtransaction.c2630 unsigned long flags, loff_t start_byte, loff_t end_byte) in jbd2_journal_file_inode() argument
2646 jinode->i_dirty_start = min(jinode->i_dirty_start, start_byte); in jbd2_journal_file_inode()
2649 jinode->i_dirty_start = start_byte; in jbd2_journal_file_inode()
2685 struct jbd2_inode *jinode, loff_t start_byte, loff_t length) in jbd2_journal_inode_ranged_write() argument
2688 JI_WRITE_DATA | JI_WAIT_DATA, start_byte, in jbd2_journal_inode_ranged_write()
2689 start_byte + length - 1); in jbd2_journal_inode_ranged_write()
2693 loff_t start_byte, loff_t length) in jbd2_journal_inode_ranged_wait() argument
2696 start_byte, start_byte + length - 1); in jbd2_journal_inode_ranged_wait()
/fs/ocfs2/
A Djournal.h581 loff_t start_byte, loff_t length) in ocfs2_jbd2_inode_add_write() argument
585 start_byte, length); in ocfs2_jbd2_inode_add_write()
A Daops.c2005 loff_t start_byte = folio_pos(folio) + from; in ocfs2_write_end_nolock() local
2008 start_byte, length); in ocfs2_write_end_nolock()
A Dfile.c713 loff_t start_byte, in ocfs2_zero_start_ordered_transaction() argument
730 ret = ocfs2_jbd2_inode_add_write(handle, inode, start_byte, length); in ocfs2_zero_start_ordered_transaction()
A Dalloc.c6839 loff_t start_byte = folio_pos(folio) + from; in ocfs2_map_and_dirty_folio() local
6861 start_byte, length); in ocfs2_map_and_dirty_folio()
/fs/xfs/
A Dxfs_bmap_util.h35 xfs_off_t start_byte, xfs_off_t end_byte,
A Dxfs_iomap.c1967 loff_t start_byte, end_byte; in xfs_buffered_write_iomap_end() local
1982 start_byte = iomap_last_written_block(inode, offset, written); in xfs_buffered_write_iomap_end()
1984 if (start_byte >= end_byte) in xfs_buffered_write_iomap_end()
1990 iomap_write_delalloc_release(inode, start_byte, end_byte, flags, in xfs_buffered_write_iomap_end()
1994 iomap_write_delalloc_release(inode, start_byte, end_byte, flags, in xfs_buffered_write_iomap_end()
A Dxfs_bmap_util.c439 xfs_off_t start_byte, in xfs_bmap_punch_delalloc_range() argument
445 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, start_byte); in xfs_bmap_punch_delalloc_range()
/fs/btrfs/
A Dcompression.h95 unsigned long start_byte, size_t srclen, size_t destlen);

Completed in 56 milliseconds