Home | History | Annotate | Download | only in misc

Lines Matching refs:o_flags

1576 		int o_flags = O_CREAT|O_RDWR;
1579 o_flags |= O_TRUNC;
1582 fd = ext2fs_open_file(image_fn, o_flags, 0600);