Searched refs:nilfs_test_opt (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/nilfs2/ |
D | super.c | 129 if (nilfs_test_opt(nilfs, ERRORS_RO)) { in nilfs_error() 135 if (nilfs_test_opt(nilfs, ERRORS_PANIC)) in nilfs_error() 197 if (nilfs_test_opt(nilfs, BARRIER)) { in nilfs_sync_super() 686 if (!nilfs_test_opt(nilfs, BARRIER)) in nilfs_show_options() 690 if (nilfs_test_opt(nilfs, ERRORS_PANIC)) in nilfs_show_options() 692 if (nilfs_test_opt(nilfs, ERRORS_CONT)) in nilfs_show_options() 694 if (nilfs_test_opt(nilfs, STRICT_ORDER)) in nilfs_show_options() 696 if (nilfs_test_opt(nilfs, NORECOVERY)) in nilfs_show_options() 698 if (nilfs_test_opt(nilfs, DISCARD)) in nilfs_show_options()
|
D | the_nilfs.h | 232 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) macro 380 if (!nilfs_test_opt(nilfs, BARRIER) || nilfs->ns_flushed_device) in nilfs_flush_device()
|
D | the_nilfs.c | 293 if (nilfs_test_opt(nilfs, NORECOVERY)) { in load_nilfs() 315 } else if (nilfs_test_opt(nilfs, NORECOVERY)) { in load_nilfs()
|
D | segment.c | 2220 nilfs_test_opt(nilfs, STRICT_ORDER) || in nilfs_construct_dsync_segment() 2393 if (nilfs_test_opt(nilfs, DISCARD)) { in nilfs_clean_segments()
|