Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dsuper.c855 static u32 true_sectors_per_clst(const struct NTFS_BOOT *boot) in true_sectors_per_clst()
875 u64 dev_size, struct NTFS_BOOT **boot2) in ntfs_init_from_boot()
881 struct NTFS_BOOT *boot; in ntfs_init_from_boot()
906 boot = (struct NTFS_BOOT *)Add2Ptr(bh->b_data, boot_off); in ntfs_init_from_boot()
1172 struct NTFS_BOOT *boot2 = NULL; in ntfs_fill_super()
H A Dntfs.h192 struct NTFS_BOOT { struct
228 static_assert(sizeof(struct NTFS_BOOT) == 0x200); argument