Lines Matching refs:option
1246 int token, option; in ocfs2_parse_options() local
1281 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1285 if (option) in ocfs2_parse_options()
1324 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1328 if (option >= 0) in ocfs2_parse_options()
1329 mopt->atime_quantum = option; in ocfs2_parse_options()
1332 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1336 if (option) in ocfs2_parse_options()
1337 mopt->slot = (u16)option; in ocfs2_parse_options()
1340 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1344 if (option < 0) in ocfs2_parse_options()
1346 if (option == 0) in ocfs2_parse_options()
1347 option = JBD2_DEFAULT_MAX_COMMIT_AGE; in ocfs2_parse_options()
1348 mopt->commit_interval = HZ * option; in ocfs2_parse_options()
1351 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1355 if (option >= 0) in ocfs2_parse_options()
1356 mopt->localalloc_opt = option; in ocfs2_parse_options()
1426 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1430 if (option >= OCFS2_MIN_RESV_LEVEL && in ocfs2_parse_options()
1431 option < OCFS2_MAX_RESV_LEVEL) in ocfs2_parse_options()
1432 mopt->resv_level = option; in ocfs2_parse_options()
1437 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1441 if (option >= OCFS2_MIN_RESV_LEVEL && in ocfs2_parse_options()
1442 option < OCFS2_MAX_RESV_LEVEL) in ocfs2_parse_options()
1443 mopt->dir_resv_level = option; in ocfs2_parse_options()