Searched refs:r_cpos (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | refcounttree.c | 890 if (le64_to_cpu(rec->r_cpos) + in ocfs2_find_refcount_rec_in_rl() 893 else if (le64_to_cpu(rec->r_cpos) > cpos) in ocfs2_find_refcount_rec_in_rl() 904 ret_rec->r_cpos = cpu_to_le64(cpos); in ocfs2_find_refcount_rec_in_rl() 907 le64_to_cpu(rec->r_cpos) < cpos + len) in ocfs2_find_refcount_rec_in_rl() 909 cpu_to_le32(le64_to_cpu(rec->r_cpos) - cpos); in ocfs2_find_refcount_rec_in_rl() 1155 (le64_to_cpu(rb->rf_records.rl_recs[index].r_cpos) + in ocfs2_refcount_rec_adjacent() 1157 le64_to_cpu(rb->rf_records.rl_recs[index + 1].r_cpos))) in ocfs2_refcount_rec_adjacent() 1375 u32 r_cpos = ocfs2_get_ref_rec_low_cpos(r); in cmp_refcount_rec_by_low_cpos() local 1377 if (l_cpos > r_cpos) in cmp_refcount_rec_by_low_cpos() 1379 if (l_cpos < r_cpos) in cmp_refcount_rec_by_low_cpos() [all …]
|
D | ocfs2_fs.h | 922 /*00*/ __le64 r_cpos; /* Physical offset, in clusters */ member 1437 return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_get_ref_rec_low_cpos()
|
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,
|