Home
last modified time | relevance | path

Searched refs:ns_last_pseg (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nilfs2/
H A Dthe_nilfs.c32 nilfs->ns_last_pseg = start_blocknr; in nilfs_set_last_segment()
177 nilfs->ns_last_pseg = le64_to_cpu(sbp->s_last_pseg); in nilfs_store_log_cursor()
184 nilfs_get_segnum_of_block(nilfs, nilfs->ns_last_pseg); in nilfs_store_log_cursor()
H A Dthe_nilfs.h134 sector_t ns_last_pseg; member
H A Dsysfs.c452 last_pseg = nilfs->ns_last_pseg; in nilfs_segctor_last_pseg_block_show()
H A Dsuper.c246 sbp->s_last_pseg = cpu_to_le64(nilfs->ns_last_pseg); in nilfs_set_log_cursor()