Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dsuper.c685 …if (le32_to_cpu(superblock->dir_band_end) - le32_to_cpu(superblock->dir_band_start) + 1 != le32_to… in hpfs_fill_super()
686 …le32_to_cpu(superblock->dir_band_end) < le32_to_cpu(superblock->dir_band_start) || le32_to_cpu(sup… in hpfs_fill_super()
688 …le32_to_cpu(superblock->dir_band_start), le32_to_cpu(superblock->dir_band_end), le32_to_cpu(superb… in hpfs_fill_super()
Dhpfs.h97 __le32 dir_band_end; /* last sector in dir band */ member