Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A 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/fs/ocfs2/
H A Dfile.c1527 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 Dfile.h72 struct buffer_head *di_bh, u64 byte_start,
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.h27 u8 byte_start; member
/linux/fs/jbd2/
H A Djournal.c1958 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()