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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c104 retval = ext2fs_open(journal_path, EXT2_FLAG_RW|
367 open_flag = EXT2_FLAG_RW | EXT2_FLAG_JOURNAL_DEV_OK;
417 open_flag = EXT2_FLAG_RW;
422 open_flag = EXT2_FLAG_RW;
435 open_flag = EXT2_FLAG_RW;
445 open_flag = EXT2_FLAG_RW;
475 open_flag = EXT2_FLAG_RW;
480 open_flag = EXT2_FLAG_RW;
484 open_flag = EXT2_FLAG_RW;
492 open_flag = EXT2_FLAG_RW |
[all...]
H A Dutil.c218 retval = ext2fs_open(journal_device, EXT2_FLAG_RW|
H A De2fsck.c2140 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
5563 if (fs->flags & EXT2_FLAG_RW) {
7383 if (!(fs->flags & EXT2_FLAG_RW))
13224 flags |= EXT2_FLAG_RW;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dunlink.c83 if (!(fs->flags & EXT2_FLAG_RW))
H A Dopenfs.c77 * EXT2_FLAG_RW - Open the filesystem for read/write.
119 (flags & EXT2_FLAG_RW) ? IO_FLAG_RW : 0,
206 if ((flags & EXT2_FLAG_RW) &&
326 fs->flags |= EXT2_FLAG_DIRTY | EXT2_FLAG_RW |
H A Dexpanddir.c90 if (!(fs->flags & EXT2_FLAG_RW))
H A Dlink.c107 if (!(fs->flags & EXT2_FLAG_RW))
H A Drw_bitmaps.c66 if (!(fs->flags & EXT2_FLAG_RW))
110 if (!(fs->flags & EXT2_FLAG_RW))
H A Dfileio.c48 !(fs->flags & EXT2_FLAG_RW))
H A Dinitialize.c119 fs->flags = flags | EXT2_FLAG_RW;
H A Dmkjournal.c407 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0,
H A Dinode.c602 if (!(fs->flags & EXT2_FLAG_RW))
H A Dext2fs.h132 #define EXT2_FLAG_RW 0x01 macro

Completed in 218 milliseconds