Searched refs:r_clusters (Results 1 – 3 of 3) sorted by relevance
/fs/ocfs2/ |
D | refcounttree.c | 889 le32_to_cpu(rec->r_clusters) <= cpos) in ocfs2_find_refcount_rec_in_rl() 906 ret_rec->r_clusters = in ocfs2_find_refcount_rec_in_rl() 909 ret_rec->r_clusters = cpu_to_le32(len); in ocfs2_find_refcount_rec_in_rl() 1154 le32_to_cpu(rb->rf_records.rl_recs[index].r_clusters) == in ocfs2_refcount_rec_adjacent() 1192 le32_add_cpu(&rb->rf_records.rl_recs[index].r_clusters, in ocfs2_rotate_refcount_rec_left() 1193 le32_to_cpu(rb->rf_records.rl_recs[index+1].r_clusters)); in ocfs2_rotate_refcount_rec_left() 1362 if (ocfs2_get_ref_rec_low_cpos(prev) + le32_to_cpu(prev->r_clusters) <= in ocfs2_refcount_rec_no_intersect() 1752 u32 len = le32_to_cpu(rec->r_clusters); in ocfs2_insert_refcount_rec() 1790 le32_to_cpu(rec->r_clusters), le32_to_cpu(rec->r_refcount)); in ocfs2_insert_refcount_rec() 1843 le32_to_cpu(orig_rec->r_clusters), in ocfs2_split_refcount_rec() [all …]
|
D | ocfs2_trace.h | 1007 unsigned int r_clusters, unsigned int refcount, int index), 1008 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), 1014 __field(unsigned int, r_clusters) 1023 __entry->r_clusters = r_clusters; 1029 __entry->r_cpos, __entry->r_clusters,
|
D | ocfs2_fs.h | 921 __le32 r_clusters; /* Clusters covered by this extent */ member
|