Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c897 le32_to_cpu(rec->r_clusters) <= cpos) in ocfs2_find_refcount_rec_in_rl()
914 ret_rec->r_clusters = in ocfs2_find_refcount_rec_in_rl()
917 ret_rec->r_clusters = cpu_to_le32(len); in ocfs2_find_refcount_rec_in_rl()
1162 le32_to_cpu(rb->rf_records.rl_recs[index].r_clusters) == in ocfs2_refcount_rec_adjacent()
1200 le32_add_cpu(&rb->rf_records.rl_recs[index].r_clusters, in ocfs2_rotate_refcount_rec_left()
1201 le32_to_cpu(rb->rf_records.rl_recs[index+1].r_clusters)); in ocfs2_rotate_refcount_rec_left()
1370 if (ocfs2_get_ref_rec_low_cpos(prev) + le32_to_cpu(prev->r_clusters) <= in ocfs2_refcount_rec_no_intersect()
1760 u32 len = le32_to_cpu(rec->r_clusters); in ocfs2_insert_refcount_rec()
1798 le32_to_cpu(rec->r_clusters), le32_to_cpu(rec->r_refcount)); in ocfs2_insert_refcount_rec()
1851 le32_to_cpu(orig_rec->r_clusters), in ocfs2_split_refcount_rec()
[all …]
Docfs2_trace.h1005 unsigned int r_clusters, unsigned int refcount, int index),
1006 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index),
1012 __field(unsigned int, r_clusters)
1021 __entry->r_clusters = r_clusters;
1027 __entry->r_cpos, __entry->r_clusters,
Docfs2_fs.h962 __le32 r_clusters; /* Clusters covered by this extent */ member