Lines Matching refs:secno
12 static void hpfs_claim_alloc(struct super_block *s, secno sec)
25 static void hpfs_claim_free(struct super_block *s, secno sec)
38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec)
51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec)
69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg)
100 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg)
115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward)
124 secno ret = 0;
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward)
205 secno sec;
277 static secno alloc_in_dirband(struct super_block *s, secno near)
280 secno sec;
296 int hpfs_alloc_if_possible(struct super_block *s, secno sec)
315 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n)
428 struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near,
454 struct fnode *hpfs_alloc_fnode(struct super_block *s, secno near, fnode_secno *fno,
471 struct anode *hpfs_alloc_anode(struct super_block *s, secno near, anode_secno *ano,
503 static int do_trim(struct super_block *s, secno start, unsigned len, secno limit_start, secno limit_end, unsigned minlen, unsigned *result)
506 secno end;