Home
last modified time | relevance | path

Searched refs:coff (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Dextent_map.c75 unsigned int coff; in ocfs2_extent_map_lookup() local
83 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup()
84 *phys = emi->ei_phys + coff; in ocfs2_extent_map_lookup()
86 *len = emi->ei_clusters - coff; in ocfs2_extent_map_lookup()
523 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() local
526 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
529 *num_clusters = le16_to_cpu(rec->e_leaf_clusters) - coff; in ocfs2_relative_extent_offsets()
541 u32 coff; in ocfs2_xattr_get_clusters() local
582 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters()
585 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
[all …]
Dfile.c1713 u32 coff, range; in ocfs2_calc_trunc_pos() local
1742 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1744 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_calc_trunc_pos()
Dalloc.c7205 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local
7320 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
7322 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_commit_truncate()