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

/linux-master/fs/ocfs2/
H A Dsuper.c607 struct mount_options parsed_options; local
613 if (!ocfs2_parse_options(sb, data, &parsed_options, 1) ||
614 !ocfs2_check_set_options(sb, &parsed_options)) {
621 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) {
628 (parsed_options.mount_opt & OCFS2_MOUNT_DATA_WRITEBACK)) {
637 (parsed_options.mount_opt & OCFS2_MOUNT_INODE64)) {
704 osb->s_mount_opt = parsed_options.mount_opt;
705 osb->s_atime_quantum = parsed_options.atime_quantum;
706 osb->preferred_slot = parsed_options.slot;
707 if (parsed_options
973 struct mount_options parsed_options; local
[all...]

Completed in 103 milliseconds