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

/linux-4.1.27/fs/hpfs/
H A Dbuffer.c13 void hpfs_prefetch_sectors(struct super_block *s, unsigned secno, int n) hpfs_prefetch_sectors() argument
43 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, hpfs_map_sector() argument
65 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) hpfs_get_sector() argument
86 void *hpfs_map_4sectors(struct super_block *s, unsigned secno, struct quad_buffer_head *qbh, hpfs_map_4sectors() argument
140 void *hpfs_get_4sectors(struct super_block *s, unsigned secno, hpfs_get_4sectors() argument
H A Dmap.c229 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, hpfs_map_dnode() argument
H A Dsuper.c132 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) hpfs_count_one_bitmap() argument
H A Dhpfs.h28 typedef u32 secno; /* sector number, partition relative */ typedef
/linux-4.1.27/fs/f2fs/
H A Dgc.c185 unsigned int secno; check_bg_victims() local
204 unsigned int secno = GET_SECNO(sbi, segno); get_cb_cost() local
259 unsigned int secno, max_cost; get_victim_by_default() local
H A Dsegment.c801 unsigned int segno, secno, zoneno; get_new_segment() local
H A Dsegment.h331 unsigned int secno = segno / sbi->segs_per_sec; __set_free() local
352 unsigned int secno = segno / sbi->segs_per_sec; __set_inuse() local
363 unsigned int secno = segno / sbi->segs_per_sec; __set_test_and_free() local
385 unsigned int secno = segno / sbi->segs_per_sec; __set_test_and_inuse() local
693 static inline bool sec_usage_check(struct f2fs_sb_info *sbi, unsigned int secno) sec_usage_check() argument

Completed in 678 milliseconds