Lines Matching refs:prealloc
148 struct extent_status *prealloc);
151 struct extent_status *prealloc);
157 struct pending_reservation **prealloc);
791 struct extent_status *prealloc)
831 if (prealloc)
832 es = prealloc;
1366 * @prealloc - pre-allocated es to avoid memory allocation failures
1375 struct extent_status *prealloc)
1422 err = __es_insert_extent(inode, &newes, prealloc);
1944 * @prealloc - preallocated pending entry
1950 struct pending_reservation **prealloc)
1976 if (likely(*prealloc == NULL)) {
1983 pr = *prealloc;
1984 *prealloc = NULL;
2239 * @prealloc - preallocated pending entry
2247 struct pending_reservation **prealloc)
2277 ret = __insert_pending(inode, first, prealloc);
2288 ret = __insert_pending(inode, last, prealloc);
2300 ret = __insert_pending(inode, first, prealloc);
2311 ret = __insert_pending(inode, last, prealloc);