Searched refs:byte_start (Results 1 – 5 of 5) sorted by relevance
/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 385 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/fs/ocfs2/ |
H A D | file.c | 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() 1835 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range() 1836 trunc_end = (byte_start + byte_len) >> osb->s_clustersize_bits; in ocfs2_remove_inode_range() [all …]
|
H A D | file.h | 72 struct buffer_head *di_bh, u64 byte_start,
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | efuse.h | 27 u8 byte_start; member
|
/linux/fs/jbd2/ |
H A D | journal.c | 1958 loff_t byte_start, byte_stop, byte_count; in __jbd2_journal_erase() local 2010 byte_start = block_start * journal->j_blocksize; in __jbd2_journal_erase() 2016 byte_start, byte_stop); in __jbd2_journal_erase() 2020 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase() 2025 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()
|