Home
last modified time | relevance | path

Searched defs:start_segno (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/ !
H A Dsegment.h231 unsigned int start_segno; /* start segment number logically */ member
281 unsigned int start_segno; /* start segno of sits in set */ member
355 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in set_ckpt_valid_blocks() local
372 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in sanity_check_valid_blocks() local
462 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in __set_free() local
495 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in __set_test_and_free() local
H A Ddebug.c74 unsigned int start_segno, end_segno; in update_multidevice_stats() local
H A Dsegment.c2191 unsigned int secno, start_segno; in f2fs_clear_prefree_segments() local
3461 unsigned int start_segno, end_segno; in f2fs_trim_fs() local
4589 unsigned int start_segno = START_SEGNO(segno); in add_sit_entry() local
4681 unsigned int start_segno = ses->start_segno; in f2fs_flush_sit_entries() local
H A Dgc.c1720 unsigned int start_segno, in do_garbage_collect()