Home | History | Annotate | Download | only in misc

Lines Matching refs:mount_flags

1440 	int mount_flags = 0;
1533 retval = ext2fs_check_if_mounted(device_name, &mount_flags);
1540 (mount_flags & EXT2_MF_MOUNTED) &&
1541 !(mount_flags & EXT2_MF_READONLY)) {