Searched refs:r_cpos (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ocfs2/ |
D | refcounttree.c | 889 if (le64_to_cpu(rec->r_cpos) + in ocfs2_find_refcount_rec_in_rl() 892 else if (le64_to_cpu(rec->r_cpos) > cpos) in ocfs2_find_refcount_rec_in_rl() 903 ret_rec->r_cpos = cpu_to_le64(cpos); in ocfs2_find_refcount_rec_in_rl() 906 le64_to_cpu(rec->r_cpos) < cpos + len) in ocfs2_find_refcount_rec_in_rl() 908 cpu_to_le32(le64_to_cpu(rec->r_cpos) - cpos); in ocfs2_find_refcount_rec_in_rl() 1154 (le64_to_cpu(rb->rf_records.rl_recs[index].r_cpos) + in ocfs2_refcount_rec_adjacent() 1156 le64_to_cpu(rb->rf_records.rl_recs[index + 1].r_cpos))) in ocfs2_refcount_rec_adjacent() 1374 u32 r_cpos = ocfs2_get_ref_rec_low_cpos(r); in cmp_refcount_rec_by_low_cpos() local 1376 if (l_cpos > r_cpos) in cmp_refcount_rec_by_low_cpos() 1378 if (l_cpos < r_cpos) in cmp_refcount_rec_by_low_cpos() [all …]
|
D | ocfs2_trace.h | 1006 unsigned int clusters, unsigned long long r_cpos, 1008 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), 1013 __field(unsigned long long, r_cpos) 1022 __entry->r_cpos = r_cpos; 1029 __entry->r_cpos, __entry->r_clusters,
|
D | ocfs2_fs.h | 921 /*00*/ __le64 r_cpos; /* Physical offset, in clusters */ member 1436 return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_get_ref_rec_low_cpos()
|