Lines Matching refs:prealloc
148 struct extent_status *prealloc);
151 struct extent_status *prealloc);
157 struct pending_reservation **prealloc);
788 struct extent_status *prealloc) in __es_insert_extent() argument
828 if (prealloc) in __es_insert_extent()
829 es = prealloc; in __es_insert_extent()
1384 struct extent_status *prealloc) in __es_remove_extent() argument
1431 err = __es_insert_extent(inode, &newes, prealloc); in __es_remove_extent()
1961 struct pending_reservation **prealloc) in __insert_pending() argument
1987 if (likely(*prealloc == NULL)) { in __insert_pending()
1994 pr = *prealloc; in __insert_pending()
1995 *prealloc = NULL; in __insert_pending()
2199 struct pending_reservation **prealloc) in __revise_pending() argument
2230 ret = __insert_pending(inode, first, prealloc); in __revise_pending()
2242 ret = __insert_pending(inode, last, prealloc); in __revise_pending()
2255 ret = __insert_pending(inode, first, prealloc); in __revise_pending()
2267 ret = __insert_pending(inode, last, prealloc); in __revise_pending()