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

/linux-master/fs/ubifs/
H A Dsuper.c437 if (c->mount_opts.unmount_mode == 2)
439 else if (c->mount_opts.unmount_mode == 1)
1057 c->mount_opts.unmount_mode = 2;
1060 c->mount_opts.unmount_mode = 1;
H A Dubifs.h950 * @unmount_mode: selected unmount mode (%0 default, %1 normal, %2 fast)
961 unsigned int unmount_mode:2; member in struct:ubifs_mount_opts

Completed in 110 milliseconds