Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Drecovery.c616 __u64 segnum, nextnum = 0; in nilfs_do_roll_forward() local
653 nextnum = nilfs_get_segnum_of_block(nilfs, in nilfs_do_roll_forward()
703 segnum = nextnum; in nilfs_do_roll_forward()
874 __u64 segnum, nextnum = 0; in nilfs_search_super_root() local
918 nextnum = nilfs_get_segnum_of_block(nilfs, in nilfs_search_super_root()
920 ri->ri_nextnum = nextnum; in nilfs_search_super_root()
935 nilfs_get_segment_range(nilfs, nextnum, &b, &end); in nilfs_search_super_root()
962 nilfs->ns_nextnum = nextnum; in nilfs_search_super_root()
998 segnum = nextnum; in nilfs_search_super_root()
H A Dsysfs.c520 __u64 nextnum; in nilfs_segctor_next_full_seg_show() local
523 nextnum = nilfs->ns_nextnum; in nilfs_segctor_next_full_seg_show()
526 return sysfs_emit(buf, "%llu\n", nextnum); in nilfs_segctor_next_full_seg_show()
H A Dsegment.c1330 __u64 nextnum; in nilfs_segctor_begin_construction() local
1346 nextnum = nilfs->ns_nextnum; in nilfs_segctor_begin_construction()
1356 nextnum = prev->sb_nextnum; in nilfs_segctor_begin_construction()
1370 err = nilfs_sufile_alloc(nilfs->ns_sufile, &nextnum); in nilfs_segctor_begin_construction()
1374 nilfs_segbuf_set_next_segnum(segbuf, nextnum, nilfs); in nilfs_segctor_begin_construction()