Searched refs:hpfs_chk_sectors (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/hpfs/ |
D | map.c | 121 if (s->s_hpfs_chk) if (hpfs_chk_sectors(s, ino, 1, "fnode")) { in hpfs_map_fnode() 170 if (s->s_hpfs_chk) if (hpfs_chk_sectors(s, ano, 1, "anode")) return NULL; in hpfs_map_anode() 203 if (hpfs_chk_sectors(s, secno, 4, "dnode")) return NULL; in hpfs_map_dnode()
|
D | dir.c | 60 if (hpfs_chk_sectors(inode->i_sb, inode->i_ino, 1, "dir_fnode")) in hpfs_readdir() 62 if (hpfs_chk_sectors(inode->i_sb, inode->i_hpfs_dno, 4, "dir_dnode")) in hpfs_readdir()
|
D | super.c | 514 if (hpfs_chk_sectors(s, superblock->dir_band_start, superblock->n_dir_band, "dir_band") || in hpfs_read_super() 515 hpfs_chk_sectors(s, superblock->dir_band_bitmap, 4, "dir_band_bitmap") || in hpfs_read_super() 516 hpfs_chk_sectors(s, superblock->bitmaps, 4, "bitmaps")) { in hpfs_read_super()
|
D | file.c | 57 if (hpfs_chk_sectors(inode->i_sb, disk_secno, 1, "bmap")) return 0; in hpfs_bmap()
|
D | anode.c | 40 if (s->s_hpfs_chk) if (hpfs_chk_sectors(s, a, 1, "data")) { in hpfs_bplus_lookup() 343 if (s->s_hpfs_chk) if (hpfs_chk_sectors(s, sec, 1, "ea #1")) return -1; in hpfs_ea_read() 366 if (s->s_hpfs_chk) if (hpfs_chk_sectors(s, sec, 1, "ea #2")) return -1; in hpfs_ea_write()
|
D | hpfs_fn.h | 179 int hpfs_chk_sectors(struct super_block *, secno, int, char *);
|
D | alloc.c | 47 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors() function
|