Searched defs:secno (Results 1 – 6 of 6) sorted by relevance
/linux/fs/hpfs/ |
H A D | buffer.c | 38 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 D | map.c | 256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode()
|
H A D | hpfs.h | 29 typedef u32 secno; /* sector number, partition relative */ typedef
|
/linux/fs/f2fs/ |
H A D | segment.h | 47 #define IS_CURSEC(sbi, secno) \ argument 109 #define GET_SEG_FROM_SEC(sbi, secno) \ argument 111 #define GET_ZONE_FROM_SEC(sbi, secno) \ argument 360 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in set_ckpt_valid_blocks() local 377 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in sanity_check_valid_blocks() local 467 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_free() local 488 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_inuse() local 500 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_free() local 540 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_inuse() local 987 static inline bool sec_usage_check(struct f2fs_sb_info *sbi, unsigned int secno) in sec_usage_check()
|
H A D | gc.c | 347 unsigned int secno; in check_bg_victims() local 717 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in f2fs_pin_section() local 732 unsigned int secno) in f2fs_section_is_pinned() 777 unsigned int secno, last_victim; in f2fs_get_victim() local
|
H A D | segment.c | 793 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment() local 833 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment() local 2190 unsigned int secno, start_segno; in f2fs_clear_prefree_segments() local 2772 unsigned int segno, secno, zoneno; in get_new_segment() local 5114 unsigned int segno = 0, offset = 0, secno; in init_dirty_segmap() local 5538 unsigned int secno; in f2fs_usable_zone_blks_in_seg() local 5595 unsigned int secno = 0, start = 0; in f2fs_get_section_mtime() local
|