Symbol: ocfs2_alloc_reservation
fs/ocfs2/inode.h
59
struct ocfs2_alloc_reservation ip_la_data_resv;
fs/ocfs2/localalloc.c
40
struct ocfs2_alloc_reservation *resv);
fs/ocfs2/localalloc.c
826
struct ocfs2_alloc_reservation *resv)
fs/ocfs2/localalloc.c
830
struct ocfs2_alloc_reservation r;
fs/ocfs2/reservations.c
112
struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
136
struct ocfs2_alloc_reservation *resv;
fs/ocfs2/reservations.c
140
resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node);
fs/ocfs2/reservations.c
187
void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
193
void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.c
213
struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
223
static void __ocfs2_resv_trunc(struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
230
struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
240
struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
256
struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
268
struct ocfs2_alloc_reservation *resv;
fs/ocfs2/reservations.c
273
resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node);
fs/ocfs2/reservations.c
300
struct ocfs2_alloc_reservation *new)
fs/ocfs2/reservations.c
305
struct ocfs2_alloc_reservation *tmp;
fs/ocfs2/reservations.c
314
tmp = rb_entry(parent, struct ocfs2_alloc_reservation, r_node);
fs/ocfs2/reservations.c
351
static struct ocfs2_alloc_reservation *
fs/ocfs2/reservations.c
354
struct ocfs2_alloc_reservation *resv = NULL;
fs/ocfs2/reservations.c
355
struct ocfs2_alloc_reservation *prev_resv = NULL;
fs/ocfs2/reservations.c
365
resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node);
fs/ocfs2/reservations.c
40
struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
456
struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.c
461
struct ocfs2_alloc_reservation *prev_resv, *next_resv;
fs/ocfs2/reservations.c
523
next_resv = rb_entry(next, struct ocfs2_alloc_reservation,
fs/ocfs2/reservations.c
54
static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
561
struct ocfs2_alloc_reservation,
fs/ocfs2/reservations.c
603
prev_resv = rb_entry(prev, struct ocfs2_alloc_reservation,
fs/ocfs2/reservations.c
61
static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv)
fs/ocfs2/reservations.c
616
struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.c
619
struct ocfs2_alloc_reservation *lru_resv;
fs/ocfs2/reservations.c
636
struct ocfs2_alloc_reservation, r_lru);
fs/ocfs2/reservations.c
677
struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.c
713
struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.c
754
struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.c
77
struct ocfs2_alloc_reservation *resv;
fs/ocfs2/reservations.c
782
struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.c
85
resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node);
fs/ocfs2/reservations.h
122
struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.h
141
struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.h
54
void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv);
fs/ocfs2/reservations.h
57
void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv,
fs/ocfs2/reservations.h
71
struct ocfs2_alloc_reservation *resv);
fs/ocfs2/suballoc.h
47
struct ocfs2_alloc_reservation *ac_resv;