Home
last modified time | relevance | path

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

/openbmc/linux/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()
1059 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1062 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
H A Dubifs.h961 unsigned int unmount_mode:2; member
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c608 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
610 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
1183 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1186 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
H A Dubifs.h1543 unsigned int unmount_mode:2; member