Searched refs:n_dir_band (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/hpfs/
H A Dsuper.c629 sbi->sb_dirband_size = le32_to_cpu(superblock->n_dir_band); hpfs_fill_super()
687 if (le32_to_cpu(superblock->dir_band_end) - le32_to_cpu(superblock->dir_band_start) + 1 != le32_to_cpu(superblock->n_dir_band) || hpfs_fill_super()
688 le32_to_cpu(superblock->dir_band_end) < le32_to_cpu(superblock->dir_band_start) || le32_to_cpu(superblock->n_dir_band) > 0x4000) { hpfs_fill_super()
689 hpfs_error(s, "dir band size mismatch: dir_band_start==%08x, dir_band_end==%08x, n_dir_band==%08x", hpfs_fill_super()
690 le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->dir_band_end), le32_to_cpu(superblock->n_dir_band)); hpfs_fill_super()
695 if (hpfs_chk_sectors(s, le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->n_dir_band), "dir_band") || hpfs_fill_super()
H A Dhpfs.h94 __le32 n_dir_band; /* number of sectors in dir band */ member in struct:hpfs_super_block

Completed in 115 milliseconds