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 Dsegbuf.c89 __u64 nextnum, struct the_nilfs *nilfs) in nilfs_segbuf_set_next_segnum() argument
91 segbuf->sb_nextnum = nextnum; in nilfs_segbuf_set_next_segnum()
92 segbuf->sb_sum.next = nilfs_get_segment_start_blocknr(nilfs, nextnum); in nilfs_segbuf_set_next_segnum()
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()
1397 * Since the segment specified with nextnum might be allocated during in nilfs_segctor_extend_segments()