Symbol: ocfs2_refcount_rec
fs/ocfs2/ocfs2_fs.h
1436
return size / sizeof(struct ocfs2_refcount_rec);
fs/ocfs2/ocfs2_fs.h
1440
ocfs2_get_ref_rec_low_cpos(const struct ocfs2_refcount_rec *rec)
fs/ocfs2/ocfs2_fs.h
942
/*10*/ struct ocfs2_refcount_rec rl_recs[] __counted_by_le(rl_count);
fs/ocfs2/refcounttree.c
1060
struct ocfs2_refcount_rec *ret_rec,
fs/ocfs2/refcounttree.c
1199
sizeof(struct ocfs2_refcount_rec) *
fs/ocfs2/refcounttree.c
1203
0, sizeof(struct ocfs2_refcount_rec));
fs/ocfs2/refcounttree.c
1243
struct ocfs2_refcount_rec *rec = &rl->rl_recs[index];
fs/ocfs2/refcounttree.c
1261
sizeof(struct ocfs2_refcount_rec));
fs/ocfs2/refcounttree.c
1263
0, sizeof(struct ocfs2_refcount_rec));
fs/ocfs2/refcounttree.c
1360
static int ocfs2_refcount_rec_no_intersect(struct ocfs2_refcount_rec *prev,
fs/ocfs2/refcounttree.c
1361
struct ocfs2_refcount_rec *next)
fs/ocfs2/refcounttree.c
1372
const struct ocfs2_refcount_rec *l = a, *r = b;
fs/ocfs2/refcounttree.c
1385
const struct ocfs2_refcount_rec *l = a, *r = b;
fs/ocfs2/refcounttree.c
1470
sizeof(struct ocfs2_refcount_rec),
fs/ocfs2/refcounttree.c
1484
num_moved * sizeof(struct ocfs2_refcount_rec));
fs/ocfs2/refcounttree.c
1488
num_moved * sizeof(struct ocfs2_refcount_rec));
fs/ocfs2/refcounttree.c
1495
sizeof(struct ocfs2_refcount_rec),
fs/ocfs2/refcounttree.c
1499
sizeof(struct ocfs2_refcount_rec),
fs/ocfs2/refcounttree.c
1648
struct ocfs2_refcount_rec *rec)
fs/ocfs2/refcounttree.c
1732
struct ocfs2_refcount_rec *rec,
fs/ocfs2/refcounttree.c
1779
sizeof(struct ocfs2_refcount_rec));
fs/ocfs2/refcounttree.c
1820
struct ocfs2_refcount_rec *split_rec,
fs/ocfs2/refcounttree.c
1830
struct ocfs2_refcount_rec *orig_rec = &rf_list->rl_recs[index];
fs/ocfs2/refcounttree.c
1831
struct ocfs2_refcount_rec *tail_rec = NULL;
fs/ocfs2/refcounttree.c
1871
struct ocfs2_refcount_rec tmp_rec;
fs/ocfs2/refcounttree.c
1915
sizeof(struct ocfs2_refcount_rec));
fs/ocfs2/refcounttree.c
1929
memcpy(tail_rec, orig_rec, sizeof(struct ocfs2_refcount_rec));
fs/ocfs2/refcounttree.c
1981
struct ocfs2_refcount_rec rec;
fs/ocfs2/refcounttree.c
2174
struct ocfs2_refcount_rec *rec = &rb->rf_records.rl_recs[index];
fs/ocfs2/refcounttree.c
2189
struct ocfs2_refcount_rec split = *rec;
fs/ocfs2/refcounttree.c
2228
struct ocfs2_refcount_rec rec;
fs/ocfs2/refcounttree.c
2378
struct ocfs2_refcount_rec rec;
fs/ocfs2/refcounttree.c
3183
struct ocfs2_refcount_rec rec;
fs/ocfs2/refcounttree.c
3514
struct ocfs2_refcount_rec rec;
fs/ocfs2/refcounttree.c
878
struct ocfs2_refcount_rec *ret_rec,
fs/ocfs2/refcounttree.c
884
struct ocfs2_refcount_rec *rec = NULL;