Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ocfs2/
Dfile.c1516 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages() argument
1523 start = (loff_t)ocfs2_align_bytes_to_clusters(inode->i_sb, byte_start); in ocfs2_truncate_cluster_pages()
1524 end = byte_start + byte_len; in ocfs2_truncate_cluster_pages()
1759 struct buffer_head *di_bh, u64 byte_start, in ocfs2_remove_inode_range() argument
1780 (unsigned long long)byte_start, in ocfs2_remove_inode_range()
1787 ret = ocfs2_truncate_inline(inode, di_bh, byte_start, in ocfs2_remove_inode_range()
1788 byte_start + byte_len, 0); in ocfs2_remove_inode_range()
1811 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start); in ocfs2_remove_inode_range()
1817 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start + byte_len); in ocfs2_remove_inode_range()
1824 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range()
[all …]
Dfile.h71 struct buffer_head *di_bh, u64 byte_start,
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/
Defuse.h27 u8 byte_start; member
/Linux-v6.1/fs/jbd2/
Djournal.c1770 loff_t byte_start, byte_stop, byte_count; in __jbd2_journal_erase() local
1822 byte_start = block_start * journal->j_blocksize; in __jbd2_journal_erase()
1828 byte_start, byte_stop); in __jbd2_journal_erase()
1832 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()
1837 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()