| /kernel/linux/linux-5.10/fs/hpfs/ |
| H A D | buffer.c | 38 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors() argument 71 hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, int ahead) hpfs_map_sector() argument 93 hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) hpfs_get_sector() argument 114 hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, int ahead) hpfs_map_4sectors() argument 168 hpfs_get_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh) hpfs_get_4sectors() argument [all...] |
| H A D | map.c | 256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode() argument [all...] |
| H A D | super.c | 133 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) in hpfs_count_one_bitmap() argument
|
| H A D | hpfs.h | 29 typedef u32 secno; /* sector number, partition relative */ typedef
|
| /kernel/linux/linux-6.6/fs/hpfs/ |
| H A D | buffer.c | 38 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) in hpfs_prefetch_sectors() argument 71 hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, int ahead) hpfs_map_sector() argument 93 hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) hpfs_get_sector() argument 114 hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, int ahead) hpfs_map_4sectors() argument 168 hpfs_get_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh) hpfs_get_4sectors() argument [all...] |
| H A D | map.c | 256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode() argument [all...] |
| H A D | super.c | 133 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) in hpfs_count_one_bitmap() argument
|
| H A D | hpfs.h | 29 typedef u32 secno; /* sector number, partition relative */ typedef
|
| /third_party/elfio/examples/c_wrapper/ |
| H A D | c_example.c | 66 int secno = elfio_get_sections_num( pelfio ); in main() local
|
| /third_party/libbpf/src/ |
| H A D | elf.c | 108 int secno = elfio_get_sections_num(pelfio); in elf_find_next_scn_by_type() local
|
| H A D | btf.c | 1193 int secno = elfio_get_sections_num(elf); local
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| H A D | gc.c | 289 unsigned int secno; in check_bg_victims() local 308 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost() local 405 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in add_victim_entry() local 644 unsigned int secno, last_victi in get_victim_by_default() local [all...] |
| H A D | segment.h | 471 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); __set_free() local 493 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); __set_inuse() local 505 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); __set_test_and_free() local 531 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); __set_test_and_inuse() local 876 sec_usage_check(struct f2fs_sb_info *sbi, unsigned int secno) sec_usage_check() argument [all...] |
| H A D | segment.c | 916 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment() local 954 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment() local 2135 unsigned int secno, start_segno; in f2fs_clear_prefree_segments() local 2605 unsigned int segno, secno, zoneno; get_new_segment() local 4757 unsigned int segno = 0, offset = 0, secno; init_dirty_segmap() local 5143 unsigned int secno; f2fs_usable_zone_blks_in_seg() local [all...] |
| /kernel/linux/linux-6.6/fs/f2fs/ |
| H A D | gc.c | 316 unsigned int secno; in check_bg_victims() local 335 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost() local 488 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in add_victim_entry() local 691 unsigned int secno in f2fs_pin_section() local 705 f2fs_section_is_pinned(struct dirty_seglist_info *dirty_i, unsigned int secno) f2fs_section_is_pinned() argument 751 unsigned int secno, last_victim; f2fs_get_victim() local [all...] |
| H A D | segment.h | 442 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); __set_free() local 464 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); __set_inuse() local 476 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); __set_test_and_free() local 502 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); __set_test_and_inuse() local 897 sec_usage_check(struct f2fs_sb_info *sbi, unsigned int secno) sec_usage_check() argument [all...] |
| H A D | segment.c | 767 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment() local 805 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment() local 2140 unsigned int secno, start_segno; in f2fs_clear_prefree_segments() local 2642 unsigned int segno, secno, zoneno; get_new_segment() local 4715 unsigned int segno = 0, offset = 0, secno; init_dirty_segmap() local 5136 unsigned int secno; f2fs_usable_zone_blks_in_seg() local [all...] |
| /third_party/f2fs-tools/fsck/ |
| H A D | mount.c | 62 unsigned int secno = segno / sbi->segs_per_sec; in is_usable_seg() local
|