Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsuper.c441 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
443 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
1050 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1053 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
H A Dubifs.h952 unsigned int unmount_mode:2; member
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsuper.c609 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
611 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
1184 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1187 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
H A Dubifs.h1544 unsigned int unmount_mode:2; member