Home
last modified time | relevance | path

Searched defs:secno (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dbuffer.c38 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors()
71 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector()
93 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector()
114 void *hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, in hpfs_map_4sectors()
168 void *hpfs_get_4sectors(struct super_block *s, unsigned secno, in hpfs_get_4sectors()
H A Dmap.c256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode()
H A Dsuper.c133 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) in hpfs_count_one_bitmap() argument
H A Dhpfs.h29 typedef u32 secno; /* sector number, partition relative */ typedef
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h49 #define IS_CURSEC(sbi, secno) \ argument
106 #define GET_SEG_FROM_SEC(sbi, secno) \ argument
108 #define GET_ZONE_FROM_SEC(sbi, secno) \ argument
445 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_free() local
467 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_inuse() local
479 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_free() local
505 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_inuse() local
853 static inline bool sec_usage_check(struct f2fs_sb_info *sbi, unsigned int secno) in sec_usage_check()
H A Dgc.c290 unsigned int secno; in check_bg_victims() local
309 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost() local
406 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in add_victim_entry() local
645 unsigned int secno, last_victim; in get_victim_by_default() local
H A Dsegment.c829 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment() local
867 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment() local
2016 unsigned int secno, start_segno; in f2fs_clear_prefree_segments() local
2489 unsigned int segno, secno, zoneno; in get_new_segment() local
4668 unsigned int segno = 0, offset = 0, secno; in init_dirty_segmap() local
5059 static unsigned int get_zone_idx(struct f2fs_sb_info *sbi, unsigned int secno, in get_zone_idx()
5110 unsigned int zone_idx, dev_idx, secno; in f2fs_usable_zone_blks_in_seg() local