Home
last modified time | relevance | path

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

/fs/ocfs2/
Dextent_map.c87 unsigned int coff; in ocfs2_extent_map_lookup() local
95 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup()
96 *phys = emi->ei_phys + coff; in ocfs2_extent_map_lookup()
98 *len = emi->ei_clusters - coff; in ocfs2_extent_map_lookup()
535 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() local
538 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
541 *num_clusters = le16_to_cpu(rec->e_leaf_clusters) - coff; in ocfs2_relative_extent_offsets()
553 u32 coff; in ocfs2_xattr_get_clusters() local
593 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters()
596 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
[all …]
Dfile.c1619 u32 coff, range; in ocfs2_calc_trunc_pos() local
1648 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1650 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_calc_trunc_pos()
Dalloc.c6968 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local
7074 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
7076 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_commit_truncate()