Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dsuper.c627 sbi->sb_dirband_size = le32_to_cpu(superblock->n_dir_band); in hpfs_fill_super()
685 …r_band_end) - le32_to_cpu(superblock->dir_band_start) + 1 != le32_to_cpu(superblock->n_dir_band) || in hpfs_fill_super()
686 …d_end) < le32_to_cpu(superblock->dir_band_start) || le32_to_cpu(superblock->n_dir_band) > 0x4000) { in hpfs_fill_super()
688 …lock->dir_band_start), le32_to_cpu(superblock->dir_band_end), le32_to_cpu(superblock->n_dir_band)); in hpfs_fill_super()
693 …ors(s, le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->n_dir_band), "dir_band") || in hpfs_fill_super()
Dhpfs.h95 __le32 n_dir_band; /* number of sectors in dir band */ member