Lines Matching refs:pending_reservation
188 struct pending_reservation **prealloc);
485 static inline struct pending_reservation *__alloc_pending(bool nofail)
493 static inline void __free_pending(struct pending_reservation *pr)
891 struct pending_reservation *pr = NULL;
1244 static struct pending_reservation *__pr_tree_search(struct rb_root *root,
1248 struct pending_reservation *pr = NULL;
1251 pr = rb_entry(node, struct pending_reservation, rb_node);
1263 return node ? rb_entry(node, struct pending_reservation,
1289 struct pending_reservation *pr;
1390 pr = rb_entry(node, struct pending_reservation,
1914 struct pending_reservation *pr;
1920 pr = rb_entry(node, struct pending_reservation, rb_node);
1932 ext4_pending_cachep = KMEM_CACHE(pending_reservation, SLAB_RECLAIM_ACCOUNT);
1957 static struct pending_reservation *__get_pending(struct inode *inode,
1962 struct pending_reservation *pr = NULL;
1968 pr = rb_entry(node, struct pending_reservation, rb_node);
1991 struct pending_reservation **prealloc)
1997 struct pending_reservation *pr;
2005 pr = rb_entry(parent, struct pending_reservation, rb_node);
2049 struct pending_reservation *pr;
2126 struct pending_reservation *pr1 = NULL;
2127 struct pending_reservation *pr2 = NULL;
2229 struct pending_reservation **prealloc)