Home
last modified time | relevance | path

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

/linux-6.15/fs/ntfs3/
H A Dsuper.c927 u32 boot_off = 0; in ntfs_init_from_boot() local
944 if (bh->b_size - sizeof(*boot) < boot_off) in ntfs_init_from_boot()
947 boot = (struct NTFS_BOOT *)Add2Ptr(bh->b_data, boot_off); in ntfs_init_from_boot()
1178 boot_off = lbo & (block_size - 1); in ntfs_init_from_boot()
1179 if (boot_block && block_size >= boot_off + sizeof(*boot)) { in ntfs_init_from_boot()