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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dinode.c92 static int ext2_alloc_block (struct inode * inode, unsigned long goal, int *err) function
373 * ext2_alloc_block() (normally -ENOSPC). Otherwise we set the chain
387 int parent = ext2_alloc_block(inode, goal, &err);
393 int nr = ext2_alloc_block(inode, parent, &err);

Completed in 64 milliseconds