Home | History | Annotate | Download | only in misc

Lines Matching refs:mount_flags

981 	int		mount_flags;
983 retval = ext2fs_check_if_mounted(device_name, &mount_flags);
990 if (mount_flags & EXT2_MF_MOUNTED) {
1002 if ((mount_flags & EXT2_MF_BUSY) && !exclusive_ok) {