Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsegment.c270 if (nilfs->ns_writer) { in nilfs_transaction_commit()
271 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_commit()
318 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_relax_pressure_in_lock()
344 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_lock()
2317 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_construct_segment()
2348 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_construct_dsync_segment()
2512 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_clean_segments()
2839 if (nilfs->ns_writer) { in nilfs_attach_log_writer()
2853 nilfs->ns_writer = sci; in nilfs_attach_log_writer()
2881 if (nilfs->ns_writer) { in nilfs_detach_log_writer()
[all …]
H A Dthe_nilfs.h140 struct nilfs_sc_info *ns_writer; member
H A Dinode.c873 if (unlikely(sb_rdonly(sb) || !nilfs->ns_writer)) { in nilfs_evict_inode()