Home
last modified time | relevance | path

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

/fs/ocfs2/
A Dextent_map.c73 unsigned int coff; in ocfs2_extent_map_lookup() local
81 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup()
82 *phys = emi->ei_phys + coff; in ocfs2_extent_map_lookup()
84 *len = emi->ei_clusters - coff; in ocfs2_extent_map_lookup()
531 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() local
534 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
537 *num_clusters = le16_to_cpu(rec->e_leaf_clusters) - coff; in ocfs2_relative_extent_offsets()
549 u32 coff; in ocfs2_xattr_get_clusters() local
590 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters()
593 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
[all …]
A 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()
A Dalloc.c7236 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local
7351 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
7353 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_commit_truncate()
/fs/xfs/
A Dxfs_trace.h5551 __field(xfs_fileoff_t, coff)
5568 __entry->coff = curr->br_startoff;
5583 __entry->coff, __entry->cstart, __entry->ccount,

Completed in 34 milliseconds