Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dsegment.c275 if (nilfs->ns_writer) { in nilfs_transaction_commit()
276 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_commit()
323 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_relax_pressure_in_lock()
349 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_lock()
2188 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_flush_segment()
2277 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_construct_segment()
2315 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_construct_dsync_segment()
2466 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_clean_segments()
2813 if (nilfs->ns_writer) { in nilfs_attach_log_writer()
2823 nilfs->ns_writer = nilfs_segctor_new(sb, root); in nilfs_attach_log_writer()
[all …]
Dthe_nilfs.h142 struct nilfs_sc_info *ns_writer; member
Dinode.c947 if (unlikely(sb_rdonly(sb) || !nilfs->ns_writer)) { in nilfs_evict_inode()