Home
last modified time | relevance | path

Searched refs:pending_reservation (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dextents_status.c157 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()
860 struct pending_reservation *pr = NULL; in ext4_es_insert_extent()
1213 static struct pending_reservation *__pr_tree_search(struct rb_root *root, in __pr_tree_search()
1217 struct pending_reservation *pr = NULL; in __pr_tree_search()
1220 pr = rb_entry(node, struct pending_reservation, rb_node); in __pr_tree_search()
1232 return node ? rb_entry(node, struct pending_reservation, in __pr_tree_search()
1258 struct pending_reservation *pr; in get_rsvd()
1359 pr = rb_entry(node, struct pending_reservation, in get_rsvd()
[all …]
H A Dextents_status.h123 struct pending_reservation { struct