Searched refs:byte_start (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/ocfs2/ |
D | file.c | 1515 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages() argument 1522 start = (loff_t)ocfs2_align_bytes_to_clusters(inode->i_sb, byte_start); in ocfs2_truncate_cluster_pages() 1523 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() [all …]
|
D | file.h | 71 struct buffer_head *di_bh, u64 byte_start,
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/ |
D | efuse.h | 27 u8 byte_start; member
|
/Linux-v5.15/fs/jbd2/ |
D | journal.c | 1758 loff_t byte_start, byte_stop, byte_count; in __jbd2_journal_erase() local 1813 byte_start = block_start * journal->j_blocksize; in __jbd2_journal_erase() 1819 byte_start, byte_stop); in __jbd2_journal_erase() 1823 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase() 1828 byte_start >> SECTOR_SHIFT, in __jbd2_journal_erase()
|