Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dfile.c1526 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages() argument
1533 start = (loff_t)ocfs2_align_bytes_to_clusters(inode->i_sb, byte_start); in ocfs2_truncate_cluster_pages()
1534 end = byte_start + byte_len; in ocfs2_truncate_cluster_pages()
1769 struct buffer_head *di_bh, u64 byte_start, in ocfs2_remove_inode_range() argument
1790 (unsigned long long)byte_start, in ocfs2_remove_inode_range()
1799 if (byte_start > id_count || byte_start + byte_len > id_count) { in ocfs2_remove_inode_range()
1805 ret = ocfs2_truncate_inline(inode, di_bh, byte_start, in ocfs2_remove_inode_range()
1806 byte_start + byte_len, 0); in ocfs2_remove_inode_range()
1829 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start); in ocfs2_remove_inode_range()
1835 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start + byte_len); 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.c1951 loff_t byte_start, byte_stop, byte_count; in __jbd2_journal_erase() local
2001 byte_start = block_start * journal->j_blocksize; in __jbd2_journal_erase()
2006 byte_start, byte_stop - 1); in __jbd2_journal_erase()
2010 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()
2015 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()