Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ntfs3/
Dsuper.c868 u64 dev_size, struct NTFS_BOOT **boot2) in ntfs_init_from_boot() argument
1119 *boot2 = kmemdup(boot, sizeof(*boot), GFP_NOFS | __GFP_NOWARN); in ntfs_init_from_boot()
1165 struct NTFS_BOOT *boot2 = NULL; in ntfs_fill_super() local
1196 bdev_nr_bytes(bdev), &boot2); in ntfs_fill_super()
1578 if (boot2) { in ntfs_fill_super()
1589 memcpy(bh0->b_data, boot2, sizeof(*boot2)); in ntfs_fill_super()
1598 kfree(boot2); in ntfs_fill_super()
1622 kfree(boot2); in ntfs_fill_super()
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_gsc_binary_headers.h41 struct intel_gsc_partition boot2; member