Searched refs:byte_start (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ocfs2/ |
D | file.c | 1486 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages() argument 1493 start = (loff_t)ocfs2_align_bytes_to_clusters(inode->i_sb, byte_start); in ocfs2_truncate_cluster_pages() 1494 end = byte_start + byte_len; in ocfs2_truncate_cluster_pages() 1654 struct buffer_head *di_bh, u64 byte_start, in ocfs2_remove_inode_range() argument 1675 (unsigned long long)byte_start, in ocfs2_remove_inode_range() 1682 ret = ocfs2_truncate_inline(inode, di_bh, byte_start, in ocfs2_remove_inode_range() 1683 byte_start + byte_len, 0); in ocfs2_remove_inode_range() 1707 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start); in ocfs2_remove_inode_range() 1713 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start + byte_len); in ocfs2_remove_inode_range() 1720 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range() [all …]
|
/linux-2.6.39/drivers/net/wireless/rtlwifi/ |
D | efuse.h | 59 u8 byte_start; member
|