Searched refs:n_dir_band (Results 1 – 2 of 2) sorted by relevance
623 sbi->sb_dirband_size = le32_to_cpu(superblock->n_dir_band); in hpfs_fill_super()681 …r_band_end) - le32_to_cpu(superblock->dir_band_start) + 1 != le32_to_cpu(superblock->n_dir_band) || in hpfs_fill_super()682 …d_end) < le32_to_cpu(superblock->dir_band_start) || le32_to_cpu(superblock->n_dir_band) > 0x4000) { in hpfs_fill_super()684 …lock->dir_band_start), le32_to_cpu(superblock->dir_band_end), le32_to_cpu(superblock->n_dir_band)); in hpfs_fill_super()689 …ors(s, le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->n_dir_band), "dir_band") || in hpfs_fill_super()
95 __le32 n_dir_band; /* number of sectors in dir band */ member