Searched refs:r_cpos (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | refcounttree.c | 896 if (le64_to_cpu(rec->r_cpos) + in ocfs2_find_refcount_rec_in_rl() 899 else if (le64_to_cpu(rec->r_cpos) > cpos) in ocfs2_find_refcount_rec_in_rl() 910 ret_rec->r_cpos = cpu_to_le64(cpos); in ocfs2_find_refcount_rec_in_rl() 913 le64_to_cpu(rec->r_cpos) < cpos + len) in ocfs2_find_refcount_rec_in_rl() 915 cpu_to_le32(le64_to_cpu(rec->r_cpos) - cpos); in ocfs2_find_refcount_rec_in_rl() 1161 (le64_to_cpu(rb->rf_records.rl_recs[index].r_cpos) + in ocfs2_refcount_rec_adjacent() 1163 le64_to_cpu(rb->rf_records.rl_recs[index + 1].r_cpos))) in ocfs2_refcount_rec_adjacent() 1381 u32 r_cpos = ocfs2_get_ref_rec_low_cpos(r); in cmp_refcount_rec_by_low_cpos() local 1383 if (l_cpos > r_cpos) in cmp_refcount_rec_by_low_cpos() 1385 if (l_cpos < r_cpos) in cmp_refcount_rec_by_low_cpos() [all …]
|
D | ocfs2_fs.h | 961 /*00*/ __le64 r_cpos; /* Physical offset, in clusters */ member 1476 return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_get_ref_rec_low_cpos()
|
D | ocfs2_trace.h | 1004 unsigned int clusters, unsigned long long r_cpos, 1006 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), 1011 __field(unsigned long long, r_cpos) 1020 __entry->r_cpos = r_cpos; 1027 __entry->r_cpos, __entry->r_clusters,
|