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

/external/e2fsprogs/misc/
H A Dbadblocks.c71 static int w_flag; /* do r/w test: 0=no, 1=yes, variable
1102 if (w_flag)
1105 w_flag = 1;
1108 if (w_flag)
1111 w_flag = 2;
1164 if (!w_flag) {
1218 if (w_flag)
1222 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY);

Completed in 761 milliseconds