Home
last modified time | relevance | path

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

/fs/nilfs2/
Dsuper.c141 if (nilfs_test_opt(nilfs, ERRORS_RO)) { in __nilfs_error()
147 if (nilfs_test_opt(nilfs, ERRORS_PANIC)) in __nilfs_error()
182 if (nilfs_test_opt(nilfs, BARRIER)) { in nilfs_sync_super()
699 if (!nilfs_test_opt(nilfs, BARRIER)) in nilfs_show_options()
703 if (nilfs_test_opt(nilfs, ERRORS_PANIC)) in nilfs_show_options()
705 if (nilfs_test_opt(nilfs, ERRORS_CONT)) in nilfs_show_options()
707 if (nilfs_test_opt(nilfs, STRICT_ORDER)) in nilfs_show_options()
709 if (nilfs_test_opt(nilfs, NORECOVERY)) in nilfs_show_options()
711 if (nilfs_test_opt(nilfs, DISCARD)) in nilfs_show_options()
Dthe_nilfs.h221 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) macro
370 if (!nilfs_test_opt(nilfs, BARRIER) || nilfs->ns_flushed_device) in nilfs_flush_device()
Dthe_nilfs.c317 if (nilfs_test_opt(nilfs, NORECOVERY)) { in load_nilfs()
338 } else if (nilfs_test_opt(nilfs, NORECOVERY)) { in load_nilfs()
Dsegment.c2351 nilfs_test_opt(nilfs, STRICT_ORDER) || in nilfs_construct_dsync_segment()
2535 if (nilfs_test_opt(nilfs, DISCARD)) { in nilfs_clean_segments()