Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dsuper.c437 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
439 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
1053 ctx->mount_opts.unmount_mode = 2; in ubifs_parse_param()
1056 ctx->mount_opts.unmount_mode = 1; in ubifs_parse_param()
H A Dubifs.h951 unsigned int unmount_mode:2; member