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

/external/e2fsprogs/misc/
H A Dtune2fs.c88 static int open_flag; variable
831 open_flag = EXT2_FLAG_JOURNAL_DEV_OK;
833 open_flag |= EXT2_FLAG_RW;
881 open_flag = 0;
897 open_flag = EXT2_FLAG_RW;
908 open_flag = EXT2_FLAG_RW;
924 open_flag = EXT2_FLAG_RW;
928 open_flag |= EXT2_FLAG_RW;
951 open_flag = EXT2_FLAG_RW;
983 open_flag
[all...]
H A De2initrd_helper.c43 static int open_flag; variable
387 retval = ext2fs_open (device_name, open_flag, 0, 0, io_ptr, &fs);
H A Dbadblocks.c1051 int open_flag; local
1222 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY);
1223 dev = open (device_name, open_flag);
1230 host_dev = open (host_device_name, open_flag);
H A De2image.c1361 int open_flag = EXT2_FLAG_IMAGE_FILE | EXT2_FLAG_64BITS; local
1380 retval = ext2fs_open (image_fn, open_flag, 0, 0,
1437 int open_flag = EXT2_FLAG_64BITS; local
1563 retval = ext2fs_open2(device_name, offset_opt, open_flag, 0, 0,

Completed in 128 milliseconds