Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nilfs2/
Dsegment.c424 if (nilfs_doing_gc()) in nilfs_segctor_reset_segment_buffer()
848 if ((ret || nilfs_doing_gc()) && nilfs_mdt_fetch_dirty(nilfs->ns_dat)) in nilfs_test_metadata_dirty()
858 (!nilfs_doing_gc() || list_empty(&sci->sc_gc_inodes)); in nilfs_segctor_clean()
1001 = cpu_to_le64(nilfs_doing_gc() ? in nilfs_segctor_fill_in_super_root()
1182 if (nilfs_doing_gc()) { in nilfs_segctor_collect_blocks()
1937 if (nilfs_doing_gc()) in nilfs_segctor_complete_write()
2147 if (nilfs_doing_gc()) in nilfs_segctor_do_construct()
Dnilfs.h176 static inline int nilfs_doing_gc(void) in nilfs_doing_gc() function
Ddat.c402 if (!nilfs_doing_gc() && buffer_nilfs_redirected(entry_bh)) { in nilfs_dat_translate()