Home
last modified time | relevance | path

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

/fs/nilfs2/
Drecovery.c588 __u64 segnum, nextnum = 0; in nilfs_do_roll_forward() local
625 nextnum = nilfs_get_segnum_of_block(nilfs, in nilfs_do_roll_forward()
675 segnum = nextnum; in nilfs_do_roll_forward()
821 __u64 segnum, nextnum = 0; in nilfs_search_super_root() local
865 nextnum = nilfs_get_segnum_of_block(nilfs, in nilfs_search_super_root()
867 ri->ri_nextnum = nextnum; in nilfs_search_super_root()
882 nilfs_get_segment_range(nilfs, nextnum, &b, &end); in nilfs_search_super_root()
909 nilfs->ns_nextnum = nextnum; in nilfs_search_super_root()
945 segnum = nextnum; in nilfs_search_super_root()
Dsegbuf.c98 __u64 nextnum, struct the_nilfs *nilfs) in nilfs_segbuf_set_next_segnum() argument
100 segbuf->sb_nextnum = nextnum; in nilfs_segbuf_set_next_segnum()
101 segbuf->sb_sum.next = nilfs_get_segment_start_blocknr(nilfs, nextnum); in nilfs_segbuf_set_next_segnum()
Dsysfs.c540 __u64 nextnum; in nilfs_segctor_next_full_seg_show() local
543 nextnum = nilfs->ns_nextnum; in nilfs_segctor_next_full_seg_show()
546 return snprintf(buf, PAGE_SIZE, "%llu\n", nextnum); in nilfs_segctor_next_full_seg_show()
Dsegment.c1286 __u64 nextnum; in nilfs_segctor_begin_construction() local
1302 nextnum = nilfs->ns_nextnum; in nilfs_segctor_begin_construction()
1312 nextnum = prev->sb_nextnum; in nilfs_segctor_begin_construction()
1326 err = nilfs_sufile_alloc(nilfs->ns_sufile, &nextnum); in nilfs_segctor_begin_construction()
1330 nilfs_segbuf_set_next_segnum(segbuf, nextnum, nilfs); in nilfs_segctor_begin_construction()