Home
last modified time | relevance | path

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

/Linux-v5.15/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()
808 __u64 segnum, nextnum = 0; in nilfs_search_super_root() local
852 nextnum = nilfs_get_segnum_of_block(nilfs, in nilfs_search_super_root()
854 ri->ri_nextnum = nextnum; in nilfs_search_super_root()
869 nilfs_get_segment_range(nilfs, nextnum, &b, &end); in nilfs_search_super_root()
896 nilfs->ns_nextnum = nextnum; in nilfs_search_super_root()
932 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.c516 __u64 nextnum; in nilfs_segctor_next_full_seg_show() local
519 nextnum = nilfs->ns_nextnum; in nilfs_segctor_next_full_seg_show()
522 return snprintf(buf, PAGE_SIZE, "%llu\n", nextnum); in nilfs_segctor_next_full_seg_show()
Dsegment.c1277 __u64 nextnum; in nilfs_segctor_begin_construction() local
1293 nextnum = nilfs->ns_nextnum; in nilfs_segctor_begin_construction()
1303 nextnum = prev->sb_nextnum; in nilfs_segctor_begin_construction()
1317 err = nilfs_sufile_alloc(nilfs->ns_sufile, &nextnum); in nilfs_segctor_begin_construction()
1321 nilfs_segbuf_set_next_segnum(segbuf, nextnum, nilfs); in nilfs_segctor_begin_construction()