Searched refs:tc (Results 1 – 7 of 7) sorted by relevance
/fs/ntfs/ |
D | lcnalloc.c | 415 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 …]
|
D | unistr.c | 366 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()
|
/fs/ocfs2/ |
D | alloc.h | 214 struct ocfs2_truncate_context **tc); 218 struct ocfs2_truncate_context *tc);
|
D | alloc.c | 390 static void ocfs2_free_truncate_context(struct ocfs2_truncate_context *tc); 6389 handle_t *handle, struct ocfs2_truncate_context *tc, in ocfs2_trim_tree() argument 6564 ret = ocfs2_cache_extent_block_free(&tc->tc_dealloc, eb); in ocfs2_trim_tree() 6585 struct ocfs2_truncate_context *tc, in ocfs2_do_truncate() argument 6648 status = ocfs2_trim_tree(inode, path, handle, tc, in ocfs2_do_truncate() 7097 struct ocfs2_truncate_context *tc) in ocfs2_commit_truncate() argument 7208 tc, path); in ocfs2_commit_truncate() 7238 ocfs2_run_deallocs(osb, &tc->tc_dealloc); in ocfs2_commit_truncate() 7243 ocfs2_free_truncate_context(tc); in ocfs2_commit_truncate() 7255 struct ocfs2_truncate_context **tc) in ocfs2_prepare_truncate() argument [all …]
|
D | inode.c | 517 struct ocfs2_truncate_context *tc = NULL; in ocfs2_truncate_for_delete() local 558 status = ocfs2_prepare_truncate(osb, inode, fe_bh, &tc); in ocfs2_truncate_for_delete() 564 status = ocfs2_commit_truncate(osb, inode, fe_bh, tc); in ocfs2_truncate_for_delete()
|
D | file.c | 401 struct ocfs2_truncate_context *tc = NULL; in ocfs2_truncate_file() local 469 status = ocfs2_prepare_truncate(osb, inode, di_bh, &tc); in ocfs2_truncate_file() 475 status = ocfs2_commit_truncate(osb, inode, di_bh, tc); in ocfs2_truncate_file()
|
/fs/ |
D | compat_ioctl.c | 1813 struct compat_timeval __user *tc = (struct compat_timeval __user *)arg; in lp_timeout_trans() local 1816 if (get_user(ts.tv_sec, &tc->tv_sec) || in lp_timeout_trans() 1817 get_user(ts.tv_usec, &tc->tv_usec) || in lp_timeout_trans()
|