Home
last modified time | relevance | path

Searched refs:nilfs_doing_gc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dsegment.c424 if (nilfs_doing_gc()) in nilfs_segctor_reset_segment_buffer()
824 if ((ret || nilfs_doing_gc()) && nilfs_mdt_fetch_dirty(nilfs->ns_dat)) in nilfs_test_metadata_dirty()
834 (!nilfs_doing_gc() || list_empty(&sci->sc_gc_inodes)); in nilfs_segctor_clean()
974 = cpu_to_le64(nilfs_doing_gc() ? in nilfs_segctor_fill_in_super_root()
1153 if (nilfs_doing_gc()) { in nilfs_segctor_collect_blocks()
1905 if (nilfs_doing_gc()) in nilfs_segctor_complete_write()
2112 if (nilfs_doing_gc()) in nilfs_segctor_do_construct()
H A Dnilfs.h176 static inline int nilfs_doing_gc(void) in nilfs_doing_gc() function
H A Ddat.c402 if (!nilfs_doing_gc() && buffer_nilfs_redirected(entry_bh)) { in nilfs_dat_translate()