Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dsuper.c856 u64 dev_size, struct NTFS_BOOT **boot2) in ntfs_init_from_boot() argument
1106 *boot2 = kmemdup(boot, sizeof(*boot), GFP_NOFS | __GFP_NOWARN); in ntfs_init_from_boot()
1154 struct NTFS_BOOT *boot2 = NULL; in ntfs_fill_super() local
1185 bdev_nr_bytes(bdev), &boot2); in ntfs_fill_super()
1567 if (boot2) { in ntfs_fill_super()
1578 memcpy(bh0->b_data, boot2, sizeof(*boot2)); in ntfs_fill_super()
1587 kfree(boot2); in ntfs_fill_super()
1611 kfree(boot2); in ntfs_fill_super()
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_gsc_binary_headers.h41 struct intel_gsc_partition boot2; member