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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dthe_nilfs.h73 * @ns_last_pseg: start block number of the latest segment
151 sector_t ns_last_pseg; member in struct:the_nilfs
H A Dthe_nilfs.c47 nilfs->ns_last_pseg = start_blocknr;
276 nilfs->ns_last_pseg = le64_to_cpu(sbp->s_last_pseg);
283 nilfs_get_segnum_of_block(nilfs, nilfs->ns_last_pseg);
H A Drecovery.c830 pseg_start = nilfs->ns_last_pseg;
955 nilfs->ns_last_pseg = sr_pseg_start;
H A Dsuper.c251 sbp->s_last_pseg = cpu_to_le64(nilfs->ns_last_pseg);

Completed in 50 milliseconds