Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dsuper.c861 u64 sectors, clusters, mlcn, mlcn2, dev_size0; in ntfs_init_from_boot() local
871 dev_size0 = dev_size; in ntfs_init_from_boot()
1110 if (err == -EINVAL && !bh->b_blocknr && dev_size0 > PAGE_SHIFT) { in ntfs_init_from_boot()
1112 u64 lbo = dev_size0 - sizeof(*boot); in ntfs_init_from_boot()
1126 dev_size = dev_size0; /* restore original size. */ in ntfs_init_from_boot()