Home
last modified time | relevance | path

Searched defs:seg_type (Results 1 – 3 of 3) sorted by relevance

/fs/f2fs/
Dsegment.c2576 unsigned short seg_type = curseg->seg_type; in reset_curseg() local
2599 unsigned short seg_type = curseg->seg_type; in __get_next_segno() local
2635 unsigned short seg_type = curseg->seg_type; in new_curseg() local
2838 unsigned short seg_type = curseg->seg_type; in get_ssr_segment() local
Dsegment.h30 unsigned short seg_type) in sanity_check_seg_type()
322 unsigned short seg_type; /* segment type like CURSEG_XXX_TYPE */ member
Ddata.c1367 static int __allocate_data_block(struct dnode_of_data *dn, int seg_type) in __allocate_data_block()
1756 pgoff_t *next_pgofs, int seg_type, bool may_write) in __get_data_block()