Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dsuper.c886 u32 boot_off = 0; in ntfs_init_from_boot() local
903 if (bh->b_size - sizeof(*boot) < boot_off) in ntfs_init_from_boot()
906 boot = (struct NTFS_BOOT *)Add2Ptr(bh->b_data, boot_off); in ntfs_init_from_boot()
1137 boot_off = lbo & (block_size - 1); in ntfs_init_from_boot()
1138 if (boot_block && block_size >= boot_off + sizeof(*boot)) { in ntfs_init_from_boot()