Searched refs:byte_start (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ocfs2/ |
A D | file.c | 1527 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() 1790 ret = ocfs2_truncate_inline(inode, di_bh, byte_start, in ocfs2_remove_inode_range() 1791 byte_start + byte_len, 0); in ocfs2_remove_inode_range() 1814 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start); in ocfs2_remove_inode_range() 1820 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start + byte_len); in ocfs2_remove_inode_range() 1827 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range() 1828 trunc_end = (byte_start + byte_len) >> osb->s_clustersize_bits; in ocfs2_remove_inode_range() 1831 ret = ocfs2_zero_partial_clusters(inode, byte_start, byte_len); in ocfs2_remove_inode_range() [all …]
|
A D | file.h | 71 struct buffer_head *di_bh, u64 byte_start,
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
A D | efuse.h | 27 u8 byte_start; member
|
/linux/fs/jbd2/ |
A 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()
|
Completed in 13 milliseconds