Lines Matching refs:options
106 static int ocfs2_parse_options(struct super_block *sb, char *options,
110 struct mount_options *options);
1241 struct mount_options *options) in ocfs2_check_set_options() argument
1243 if (options->mount_opt & OCFS2_MOUNT_USRQUOTA && in ocfs2_check_set_options()
1250 if (options->mount_opt & OCFS2_MOUNT_GRPQUOTA && in ocfs2_check_set_options()
1257 if (options->mount_opt & OCFS2_MOUNT_POSIX_ACL && in ocfs2_check_set_options()
1264 if (!(options->mount_opt & (OCFS2_MOUNT_POSIX_ACL | in ocfs2_check_set_options()
1267 options->mount_opt |= OCFS2_MOUNT_POSIX_ACL; in ocfs2_check_set_options()
1269 options->mount_opt |= OCFS2_MOUNT_NO_POSIX_ACL; in ocfs2_check_set_options()
1275 char *options, in ocfs2_parse_options() argument
1283 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options()
1294 if (!options) { in ocfs2_parse_options()
1299 while ((p = strsep(&options, ",")) != NULL) { in ocfs2_parse_options()