Home
last modified time | relevance | path

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

/fs/ntfs/
Dlcnalloc.c415 LCN tc; in ntfs_cluster_alloc() local
421 tc = lcn + bmp_pos + 1; in ntfs_cluster_alloc()
425 (unsigned long long)tc, in ntfs_cluster_alloc()
434 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
441 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
442 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
443 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
456 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
461 tc > vol->data1_zone_pos) in ntfs_cluster_alloc()
462 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
[all …]
Dunistr.c366 unsigned char *tc; in ntfs_ucstonls() local
368 tc = kmalloc((ns_len + 64) & in ntfs_ucstonls()
370 if (tc) { in ntfs_ucstonls()
371 memcpy(tc, ns, ns_len); in ntfs_ucstonls()
374 ns = tc; in ntfs_ucstonls()