Searched refs:r_clusters (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/fs/ocfs2/ | 
| D | refcounttree.c | 897 		    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 …] 
 | 
| D | ocfs2_trace.h | 1004 		 unsigned int r_clusters, unsigned int refcount, int index), 1005 	TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), 1011 		__field(unsigned int, r_clusters) 1020 		__entry->r_clusters = r_clusters; 1026 		  __entry->r_cpos, __entry->r_clusters,
  | 
| D | ocfs2_fs.h | 963 	__le32 r_clusters;	/* Clusters covered by this extent */  member
  |