Searched defs:secno (Results  1 – 7 of 7) sorted by relevance
| /linux-4.1.27/fs/hpfs/ | 
| D | buffer.c | 13 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n)  in hpfs_prefetch_sectors() 43 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp,  in hpfs_map_sector() 65 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp)  in hpfs_get_sector() 86 void *hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh,  in hpfs_map_4sectors() 140 void *hpfs_get_4sectors(struct super_block *s, unsigned secno,  in hpfs_get_4sectors()
  | 
| D | map.c | 229 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno,  in hpfs_map_dnode()
  | 
| D | super.c | 132 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno)  in hpfs_count_one_bitmap()  argument
  | 
| D | hpfs.h | 28 typedef u32 secno;			/* sector number, partition relative */  typedef
  | 
| /linux-4.1.27/fs/f2fs/ | 
| D | gc.c | 185 	unsigned int secno;  in check_bg_victims()  local 204 	unsigned int secno = GET_SECNO(sbi, segno);  in get_cb_cost()  local 259 	unsigned int secno, max_cost;  in get_victim_by_default()  local
  | 
| D | segment.h | 34 #define IS_CURSEC(sbi, secno)						\  argument 331 	unsigned int secno = segno / sbi->segs_per_sec;  in __set_free()  local 352 	unsigned int secno = segno / sbi->segs_per_sec;  in __set_inuse()  local 363 	unsigned int secno = segno / sbi->segs_per_sec;  in __set_test_and_free()  local 385 	unsigned int secno = segno / sbi->segs_per_sec;  in __set_test_and_inuse()  local 693 static inline bool sec_usage_check(struct f2fs_sb_info *sbi, unsigned int secno)  in sec_usage_check()
  | 
| D | segment.c | 801 	unsigned int segno, secno, zoneno;  in get_new_segment()  local
  |