Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dsuper.c140 if (nilfs_test_opt(nilfs, ERRORS_RO)) { in __nilfs_error()
146 if (nilfs_test_opt(nilfs, ERRORS_PANIC)) in __nilfs_error()
181 if (nilfs_test_opt(nilfs, BARRIER)) { in nilfs_sync_super()
667 if (!nilfs_test_opt(nilfs, BARRIER)) in nilfs_show_options()
671 if (nilfs_test_opt(nilfs, ERRORS_PANIC)) in nilfs_show_options()
673 if (nilfs_test_opt(nilfs, ERRORS_CONT)) in nilfs_show_options()
675 if (nilfs_test_opt(nilfs, STRICT_ORDER)) in nilfs_show_options()
677 if (nilfs_test_opt(nilfs, NORECOVERY)) in nilfs_show_options()
679 if (nilfs_test_opt(nilfs, DISCARD)) in nilfs_show_options()
H A Dthe_nilfs.h219 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) macro
368 if (!nilfs_test_opt(nilfs, BARRIER) || nilfs->ns_flushed_device) in nilfs_flush_device()
H A Dthe_nilfs.c281 if (nilfs_test_opt(nilfs, NORECOVERY)) { in load_nilfs()
302 } else if (nilfs_test_opt(nilfs, NORECOVERY)) { in load_nilfs()
H A Dsegment.c2297 nilfs_test_opt(nilfs, STRICT_ORDER) || in nilfs_construct_dsync_segment()
2470 if (nilfs_test_opt(nilfs, DISCARD)) { in nilfs_clean_segments()