Home
last modified time | relevance | path

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

/fs/ocfs2/
Drefcounttree.c889 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 …]
Docfs2_trace.h1007 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,
Docfs2_fs.h921 __le32 r_clusters; /* Clusters covered by this extent */ member