• Home
  • Raw
  • Download

Lines Matching refs:pending_reservation

157 			    struct pending_reservation **prealloc);
454 static inline struct pending_reservation *__alloc_pending(bool nofail) in __alloc_pending()
462 static inline void __free_pending(struct pending_reservation *pr) in __free_pending()
861 struct pending_reservation *pr = NULL; in ext4_es_insert_extent()
1200 static struct pending_reservation *__pr_tree_search(struct rb_root *root, in __pr_tree_search()
1204 struct pending_reservation *pr = NULL; in __pr_tree_search()
1207 pr = rb_entry(node, struct pending_reservation, rb_node); in __pr_tree_search()
1219 return node ? rb_entry(node, struct pending_reservation, in __pr_tree_search()
1246 struct pending_reservation *pr; in get_rsvd()
1347 pr = rb_entry(node, struct pending_reservation, in get_rsvd()
1869 struct pending_reservation *pr; in ext4_print_pending_tree()
1875 pr = rb_entry(node, struct pending_reservation, rb_node); in ext4_print_pending_tree()
1888 sizeof(struct pending_reservation), in ext4_init_pending()
1914 static struct pending_reservation *__get_pending(struct inode *inode, in __get_pending()
1919 struct pending_reservation *pr = NULL; in __get_pending()
1925 pr = rb_entry(node, struct pending_reservation, rb_node); in __get_pending()
1948 struct pending_reservation **prealloc) in __insert_pending()
1954 struct pending_reservation *pr; in __insert_pending()
1962 pr = rb_entry(parent, struct pending_reservation, rb_node); in __insert_pending()
2005 struct pending_reservation *pr; in __remove_pending()
2076 struct pending_reservation *pr = NULL; in ext4_es_insert_delayed_block()
2245 struct pending_reservation **prealloc) in __revise_pending()