Lines Matching defs:s
16 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated()
47 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors()
62 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp()
156 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward, int lock) in hpfs_alloc_sector()
226 static secno alloc_in_dirband(struct super_block *s, secno near, int lock) in alloc_in_dirband()
245 int hpfs_alloc_if_possible_nolock(struct super_block *s, secno sec) in hpfs_alloc_if_possible_nolock()
264 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible()
275 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors()
321 int hpfs_check_free_dnodes(struct super_block *s, int n) in hpfs_check_free_dnodes()
367 void hpfs_free_dnode(struct super_block *s, dnode_secno dno) in hpfs_free_dnode()
392 struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near, in hpfs_alloc_dnode()
419 struct fnode *hpfs_alloc_fnode(struct super_block *s, secno near, fnode_secno *fno, in hpfs_alloc_fnode()
436 struct anode *hpfs_alloc_anode(struct super_block *s, secno near, anode_secno *ano, in hpfs_alloc_anode()