Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nilfs2/
Dsegment.c419 if (nilfs_doing_gc()) in nilfs_segctor_reset_segment_buffer()
845 if ((ret || nilfs_doing_gc()) && nilfs_mdt_fetch_dirty(nilfs->ns_dat)) in nilfs_test_metadata_dirty()
855 (!nilfs_doing_gc() || list_empty(&sci->sc_gc_inodes)); in nilfs_segctor_clean()
998 = cpu_to_le64(nilfs_doing_gc() ? in nilfs_segctor_fill_in_super_root()
1179 if (nilfs_doing_gc()) { in nilfs_segctor_collect_blocks()
1934 if (nilfs_doing_gc()) in nilfs_segctor_complete_write()
2144 if (nilfs_doing_gc()) in nilfs_segctor_do_construct()
Dnilfs.h176 static inline int nilfs_doing_gc(void) in nilfs_doing_gc() function
Ddat.c420 if (!nilfs_doing_gc() && buffer_nilfs_redirected(entry_bh)) { in nilfs_dat_translate()