Searched refs:byte_start (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/btrfs/tests/ |
D | extent-io-tests.c | 365 unsigned long byte_start, unsigned long bit_start, in test_bitmap_set() argument 370 bitmap_set(bitmap, byte_start * BITS_PER_BYTE + bit_start, bit_len); in test_bitmap_set() 371 extent_buffer_bitmap_set(eb, byte_start, bit_start, bit_len); in test_bitmap_set() 380 unsigned long byte_start, unsigned long bit_start, in test_bitmap_clear() argument 385 bitmap_clear(bitmap, byte_start * BITS_PER_BYTE + bit_start, bit_len); in test_bitmap_clear() 386 extent_buffer_bitmap_clear(eb, byte_start, bit_start, bit_len); in test_bitmap_clear()
|
/linux-6.6.21/fs/ocfs2/ |
D | file.c | 1513 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages() argument 1520 start = (loff_t)ocfs2_align_bytes_to_clusters(inode->i_sb, byte_start); in ocfs2_truncate_cluster_pages() 1521 end = byte_start + byte_len; in ocfs2_truncate_cluster_pages() 1756 struct buffer_head *di_bh, u64 byte_start, in ocfs2_remove_inode_range() argument 1777 (unsigned long long)byte_start, in ocfs2_remove_inode_range() 1784 ret = ocfs2_truncate_inline(inode, di_bh, byte_start, in ocfs2_remove_inode_range() 1785 byte_start + byte_len, 0); in ocfs2_remove_inode_range() 1808 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start); in ocfs2_remove_inode_range() 1814 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start + byte_len); in ocfs2_remove_inode_range() 1821 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range() [all …]
|
D | file.h | 71 struct buffer_head *di_bh, u64 byte_start,
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/ |
D | efuse.h | 27 u8 byte_start; member
|
/linux-6.6.21/fs/jbd2/ |
D | journal.c | 1947 loff_t byte_start, byte_stop, byte_count; in __jbd2_journal_erase() local 1999 byte_start = block_start * journal->j_blocksize; in __jbd2_journal_erase() 2005 byte_start, byte_stop); in __jbd2_journal_erase() 2009 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase() 2014 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()
|