Searched refs:r_cpos (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.c | 898 if (le64_to_cpu(rec->r_cpos) + in ocfs2_find_refcount_rec_in_rl() 901 else if (le64_to_cpu(rec->r_cpos) > cpos) in ocfs2_find_refcount_rec_in_rl() 912 ret_rec->r_cpos = cpu_to_le64(cpos); in ocfs2_find_refcount_rec_in_rl() 915 le64_to_cpu(rec->r_cpos) < cpos + len) in ocfs2_find_refcount_rec_in_rl() 917 cpu_to_le32(le64_to_cpu(rec->r_cpos) - cpos); in ocfs2_find_refcount_rec_in_rl() 1165 (le64_to_cpu(rb->rf_records.rl_recs[index].r_cpos) + in ocfs2_refcount_rec_adjacent() 1167 le64_to_cpu(rb->rf_records.rl_recs[index + 1].r_cpos))) in ocfs2_refcount_rec_adjacent() 1385 u32 r_cpos = ocfs2_get_ref_rec_low_cpos(r); in cmp_refcount_rec_by_low_cpos() local 1387 if (l_cpos > r_cpos) in cmp_refcount_rec_by_low_cpos() 1389 if (l_cpos < r_cpos) in cmp_refcount_rec_by_low_cpos() [all …]
|
D | ocfs2_fs.h | 962 /*00*/ __le64 r_cpos; /* Physical offset, in clusters */ member 1477 return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK; in ocfs2_get_ref_rec_low_cpos()
|
D | ocfs2_trace.h | 1003 unsigned int clusters, unsigned long long r_cpos, 1005 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), 1010 __field(unsigned long long, r_cpos) 1019 __entry->r_cpos = r_cpos; 1026 __entry->r_cpos, __entry->r_clusters,
|