Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/fs/ocfs2/
H A Dfile.h71 struct buffer_head *di_bh, u64 byte_start,
H A Dfile.c1523 end = byte_start + byte_len; in ocfs2_truncate_cluster_pages()
1758 struct buffer_head *di_bh, u64 byte_start, in ocfs2_remove_inode_range() argument
1779 (unsigned long long)byte_start, in ocfs2_remove_inode_range()
1786 ret = ocfs2_truncate_inline(inode, di_bh, byte_start, in ocfs2_remove_inode_range()
1787 byte_start + byte_len, 0); in ocfs2_remove_inode_range()
1810 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start); in ocfs2_remove_inode_range()
1816 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start + byte_len); in ocfs2_remove_inode_range()
1823 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range()
1824 trunc_end = (byte_start + byte_len) >> osb->s_clustersize_bits; in ocfs2_remove_inode_range()
1827 ret = ocfs2_zero_partial_clusters(inode, byte_start, byte_len); in ocfs2_remove_inode_range()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.h27 u8 byte_start; member
/openbmc/linux/fs/jbd2/
H A Djournal.c1988 loff_t byte_start, byte_stop, byte_count; in __jbd2_journal_erase() local
2040 byte_start = block_start * journal->j_blocksize; in __jbd2_journal_erase()
2046 byte_start, byte_stop); in __jbd2_journal_erase()
2050 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()
2055 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()