Searched refs:tc (Results 1 – 4 of 4) sorted by relevance
401 LCN tc; in ntfs_cluster_alloc() local407 tc = lcn + bmp_pos + 1; in ntfs_cluster_alloc()411 (unsigned long long)tc, in ntfs_cluster_alloc()420 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()427 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()428 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()429 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()442 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()447 tc > vol->data1_zone_pos) in ntfs_cluster_alloc()448 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()[all …]
352 unsigned char *tc; in ntfs_ucstonls() local354 tc = kmalloc((ns_len + 64) & in ntfs_ucstonls()356 if (tc) { in ntfs_ucstonls()357 memcpy(tc, ns, ns_len); in ntfs_ucstonls()360 ns = tc; in ntfs_ucstonls()
152 struct ksmbd_tree_connect *tc; in ksmbd_tree_conn_session_logoff() local158 xa_for_each(&sess->tree_conns, id, tc) { in ksmbd_tree_conn_session_logoff()160 if (tc->t_state == TREE_DISCONNECTED) { in ksmbd_tree_conn_session_logoff()165 tc->t_state = TREE_DISCONNECTED; in ksmbd_tree_conn_session_logoff()168 ret |= ksmbd_tree_conn_disconnect(sess, tc); in ksmbd_tree_conn_session_logoff()
2435 unsigned int tc = 28; in hangul_decompose() local2436 unsigned int nc = (vc * tc); in hangul_decompose()2451 unsigned int vi = (si % nc) / tc; in hangul_decompose()2452 unsigned int ti = si % tc; in hangul_decompose()