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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c5372 static int allocate_dir_block(e2fsck_t ctx, struct ext2_db_entry *dir_blocks_info,
6031 if (allocate_dir_block(ctx, db, &cd->pctx))
6573 * allocate_dir_block --- this function allocates a new directory
6578 static int allocate_dir_block(e2fsck_t ctx, struct ext2_db_entry *db, function
6634 e2fsck_read_inode(ctx, db->ino, &inode, "allocate_dir_block");
6638 e2fsck_write_inode(ctx, db->ino, &inode, "allocate_dir_block");
6656 * This is a helper function for allocate_dir_block().

Completed in 81 milliseconds