pending_reservation
static struct pending_reservation *__pr_tree_search(struct rb_root *root,
struct pending_reservation *pr = NULL;
pr = rb_entry(node, struct pending_reservation, rb_node);
return node ? rb_entry(node, struct pending_reservation,
struct pending_reservation *pr;
pr = rb_entry(node, struct pending_reservation,
struct pending_reservation **prealloc);
struct pending_reservation *pr;
pr = rb_entry(node, struct pending_reservation, rb_node);
ext4_pending_cachep = KMEM_CACHE(pending_reservation, SLAB_RECLAIM_ACCOUNT);
static struct pending_reservation *__get_pending(struct inode *inode,
struct pending_reservation *pr = NULL;
pr = rb_entry(node, struct pending_reservation, rb_node);
struct pending_reservation **prealloc)
struct pending_reservation *pr;
pr = rb_entry(parent, struct pending_reservation, rb_node);
struct pending_reservation *pr;
struct pending_reservation *pr1 = NULL;
struct pending_reservation *pr2 = NULL;
struct pending_reservation **prealloc)
static inline struct pending_reservation *__alloc_pending(bool nofail)
static inline void __free_pending(struct pending_reservation *pr)
struct pending_reservation *pr = NULL;