Lines Matching refs:prealloc
179 struct extent_status *prealloc);
182 struct extent_status *prealloc);
188 struct pending_reservation **prealloc);
819 struct extent_status *prealloc) in __es_insert_extent() argument
859 if (prealloc) in __es_insert_extent()
860 es = prealloc; in __es_insert_extent()
1415 struct extent_status *prealloc) in __es_remove_extent() argument
1462 err = __es_insert_extent(inode, &newes, prealloc); in __es_remove_extent()
1991 struct pending_reservation **prealloc) in __insert_pending() argument
2017 if (likely(*prealloc == NULL)) { in __insert_pending()
2024 pr = *prealloc; in __insert_pending()
2025 *prealloc = NULL; in __insert_pending()
2229 struct pending_reservation **prealloc) in __revise_pending() argument
2260 ret = __insert_pending(inode, first, prealloc); in __revise_pending()
2272 ret = __insert_pending(inode, last, prealloc); in __revise_pending()
2285 ret = __insert_pending(inode, first, prealloc); in __revise_pending()
2297 ret = __insert_pending(inode, last, prealloc); in __revise_pending()