Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hpfs/
H A Dsuper.c623 sbi->sb_dirband_size = le32_to_cpu(superblock->n_dir_band); in hpfs_fill_super()
681 if (le32_to_cpu(superblock->dir_band_end) - le32_to_cpu(superblock->dir_band_start) + 1 != le32_to_cpu(superblock->n_dir_band) || in hpfs_fill_super()
682 le32_to_cpu(superblock->dir_band_end) < le32_to_cpu(superblock->dir_band_start) || le32_to_cpu(superblock->n_dir_band) > 0x4000) { in hpfs_fill_super()
683 hpfs_error(s, "dir band size mismatch: dir_band_start==%08x, dir_band_end==%08x, n_dir_band==%08x", in hpfs_fill_super()
684 le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->dir_band_end), le32_to_cpu(superblock->n_dir_band)); in hpfs_fill_super()
689 if (hpfs_chk_sectors(s, le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->n_dir_band), "dir_band") || in hpfs_fill_super()
H A Dhpfs.h95 __le32 n_dir_band; /* number of sectors in dir band */ member
/kernel/linux/linux-6.6/fs/hpfs/
H A Dsuper.c623 sbi->sb_dirband_size = le32_to_cpu(superblock->n_dir_band); in hpfs_fill_super()
681 if (le32_to_cpu(superblock->dir_band_end) - le32_to_cpu(superblock->dir_band_start) + 1 != le32_to_cpu(superblock->n_dir_band) || in hpfs_fill_super()
682 le32_to_cpu(superblock->dir_band_end) < le32_to_cpu(superblock->dir_band_start) || le32_to_cpu(superblock->n_dir_band) > 0x4000) { in hpfs_fill_super()
683 hpfs_error(s, "dir band size mismatch: dir_band_start==%08x, dir_band_end==%08x, n_dir_band==%08x", in hpfs_fill_super()
684 le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->dir_band_end), le32_to_cpu(superblock->n_dir_band)); in hpfs_fill_super()
689 if (hpfs_chk_sectors(s, le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->n_dir_band), "dir_band") || in hpfs_fill_super()
H A Dhpfs.h95 __le32 n_dir_band; /* number of sectors in dir band */ member

Completed in 6 milliseconds