Searched refs:ablocks (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ext4/
H A Dextents.c1064 ext4_fsblk_t *ablocks = NULL; /* array of allocated blocks */ local
1105 ablocks = kcalloc(depth, sizeof(ext4_fsblk_t), gfp_flags);
1106 if (!ablocks)
1116 ablocks[a] = newblock;
1120 newblock = ablocks[--a];
1204 newblock = ablocks[--a];
1292 if (!ablocks[i])
1294 ext4_free_blocks(handle, inode, NULL, ablocks[i], 1,
1298 kfree(ablocks);

Completed in 198 milliseconds