Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dsuper.c880 u64 sectors, clusters, mlcn, mlcn2, dev_size0; in ntfs_init_from_boot() local
891 dev_size0 = dev_size; in ntfs_init_from_boot()
1132 if (err == -EINVAL && !boot_block && dev_size0 > PAGE_SHIFT) { in ntfs_init_from_boot()
1134 u64 lbo = dev_size0 - sizeof(*boot); in ntfs_init_from_boot()
1144 dev_size = dev_size0; /* restore original size. */ in ntfs_init_from_boot()