Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nilfs2/
Dthe_nilfs.c45 nilfs->ns_last_pseg = start_blocknr; in nilfs_set_last_segment()
186 nilfs->ns_last_pseg = le64_to_cpu(sbp->s_last_pseg); in nilfs_store_log_cursor()
193 nilfs_get_segnum_of_block(nilfs, nilfs->ns_last_pseg); in nilfs_store_log_cursor()
Dthe_nilfs.h141 sector_t ns_last_pseg; member
Drecovery.c829 pseg_start = nilfs->ns_last_pseg; in nilfs_search_super_root()
954 nilfs->ns_last_pseg = sr_pseg_start; in nilfs_search_super_root()
Dsuper.c259 sbp->s_last_pseg = cpu_to_le64(nilfs->ns_last_pseg); in nilfs_set_log_cursor()