Searched defs:secno (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/hpfs/ |
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()
|
D | map.c | 256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode()
|
D | super.c | 133 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) in hpfs_count_one_bitmap() argument
|
D | hpfs.h | 29 typedef u32 secno; /* sector number, partition relative */ typedef
|
/Linux-v5.4/drivers/staging/exfat/ |
D | exfat_blkdev.c | 33 int bdev_read(struct super_block *sb, sector_t secno, struct buffer_head **bh, in bdev_read() 68 int bdev_write(struct super_block *sb, sector_t secno, struct buffer_head *bh, in bdev_write()
|
/Linux-v5.4/fs/f2fs/ |
D | segment.h | 39 #define IS_CURSEC(sbi, secno) \ argument 92 #define GET_SEG_FROM_SEC(sbi, secno) \ argument 94 #define GET_ZONE_FROM_SEC(sbi, secno) \ argument 417 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_free() local 438 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_inuse() local 450 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_free() local 475 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_inuse() local 802 static inline bool sec_usage_check(struct f2fs_sb_info *sbi, unsigned int secno) in sec_usage_check()
|
D | gc.c | 226 unsigned int secno; in check_bg_victims() local 245 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost() local 313 unsigned int secno, last_victim; in get_victim_by_default() local
|
D | segment.c | 1931 unsigned int secno, start_segno; in f2fs_clear_prefree_segments() local 2368 unsigned int segno, secno, zoneno; in get_new_segment() local
|