Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Drecovery.c579 __u64 segnum, nextnum = 0; in nilfs_do_roll_forward() local
616 nextnum = nilfs_get_segnum_of_block(nilfs, in nilfs_do_roll_forward()
666 segnum = nextnum; in nilfs_do_roll_forward()
812 __u64 segnum, nextnum = 0; in nilfs_search_super_root() local
856 nextnum = nilfs_get_segnum_of_block(nilfs, in nilfs_search_super_root()
858 ri->ri_nextnum = nextnum; in nilfs_search_super_root()
873 nilfs_get_segment_range(nilfs, nextnum, &b, &end); in nilfs_search_super_root()
900 nilfs->ns_nextnum = nextnum; in nilfs_search_super_root()
936 segnum = nextnum; in nilfs_search_super_root()
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()
Dsysfs.c529 __u64 nextnum; in nilfs_segctor_next_full_seg_show() local
532 nextnum = nilfs->ns_nextnum; in nilfs_segctor_next_full_seg_show()
535 return snprintf(buf, PAGE_SIZE, "%llu\n", nextnum); in nilfs_segctor_next_full_seg_show()
Dsegment.c1315 __u64 nextnum; in nilfs_segctor_begin_construction() local
1331 nextnum = nilfs->ns_nextnum; in nilfs_segctor_begin_construction()
1341 nextnum = prev->sb_nextnum; in nilfs_segctor_begin_construction()
1355 err = nilfs_sufile_alloc(nilfs->ns_sufile, &nextnum); in nilfs_segctor_begin_construction()
1359 nilfs_segbuf_set_next_segnum(segbuf, nextnum, nilfs); in nilfs_segctor_begin_construction()