Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dsuper.c836 static u32 true_sectors_per_clst(const struct NTFS_BOOT *boot) in true_sectors_per_clst()
856 u64 dev_size, struct NTFS_BOOT **boot2) in ntfs_init_from_boot()
862 struct NTFS_BOOT *boot; in ntfs_init_from_boot()
886 boot = (struct NTFS_BOOT *)Add2Ptr(bh->b_data, boot_off); in ntfs_init_from_boot()
1154 struct NTFS_BOOT *boot2 = NULL; in ntfs_fill_super()
Dntfs.h195 struct NTFS_BOOT { struct
231 static_assert(sizeof(struct NTFS_BOOT) == 0x200); argument