Home
last modified time | relevance | path

Searched refs:byte_start (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/fs/btrfs/tests/
Dextent-io-tests.c385 unsigned long byte_start, unsigned long bit_start, in test_bitmap_set() argument
390 bitmap_set(bitmap, byte_start * BITS_PER_BYTE + bit_start, bit_len); in test_bitmap_set()
391 extent_buffer_bitmap_set(eb, byte_start, bit_start, bit_len); in test_bitmap_set()
400 unsigned long byte_start, unsigned long bit_start, in test_bitmap_clear() argument
405 bitmap_clear(bitmap, byte_start * BITS_PER_BYTE + bit_start, bit_len); in test_bitmap_clear()
406 extent_buffer_bitmap_clear(eb, byte_start, bit_start, bit_len); in test_bitmap_clear()
/linux-6.14.4/fs/ocfs2/
Dfile.c1519 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages() argument
1526 start = (loff_t)ocfs2_align_bytes_to_clusters(inode->i_sb, byte_start); in ocfs2_truncate_cluster_pages()
1527 end = byte_start + byte_len; in ocfs2_truncate_cluster_pages()
1762 struct buffer_head *di_bh, u64 byte_start, in ocfs2_remove_inode_range() argument
1783 (unsigned long long)byte_start, in ocfs2_remove_inode_range()
1792 if (byte_start > id_count || byte_start + byte_len > id_count) { in ocfs2_remove_inode_range()
1798 ret = ocfs2_truncate_inline(inode, di_bh, byte_start, in ocfs2_remove_inode_range()
1799 byte_start + byte_len, 0); in ocfs2_remove_inode_range()
1822 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start); in ocfs2_remove_inode_range()
1828 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start + byte_len); in ocfs2_remove_inode_range()
[all …]
Dfile.h72 struct buffer_head *di_bh, u64 byte_start,
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/
Defuse.h27 u8 byte_start; member
/linux-6.14.4/fs/jbd2/
Djournal.c1952 loff_t byte_start, byte_stop, byte_count; in __jbd2_journal_erase() local
2002 byte_start = block_start * journal->j_blocksize; in __jbd2_journal_erase()
2007 byte_start, byte_stop - 1); in __jbd2_journal_erase()
2011 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()
2016 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()