Searched refs:i_ctx (Results 1 – 5 of 5) sorted by relevance
68 ei->i_ctx = NULL; in spufs_alloc_inode()145 inode->i_private = SPUFS_I(inode)->i_ctx = get_spu_context(ctx); in spufs_new_file()156 if (ei->i_ctx) in spufs_evict_inode()157 put_spu_context(ei->i_ctx); in spufs_evict_inode()242 ctx = SPUFS_I(dir->d_inode)->i_ctx; in spufs_dir_close()283 SPUFS_I(inode)->i_ctx = ctx; in spufs_mkdir()377 SPUFS_I(filp->f_dentry->d_inode)->i_ctx); in spufs_assert_affinity()493 spufs_set_affinity(flags, SPUFS_I(dentry->d_inode)->i_ctx, in spufs_create_context()509 spu_forget(SPUFS_I(dentry->d_inode)->i_ctx); in spufs_create_context()541 SPUFS_I(inode)->i_ctx = NULL; in spufs_mkgang()[all …]
165 struct spu_context *ctx = i->i_ctx; in spufs_mem_open()179 struct spu_context *ctx = i->i_ctx; in spufs_mem_release()487 struct spu_context *ctx = i->i_ctx; in spufs_cntl_open()502 struct spu_context *ctx = i->i_ctx; in spufs_cntl_release()526 file->private_data = i->i_ctx; in spufs_regs_open()645 file->private_data = i->i_ctx; in spufs_pipe_open()1041 struct spu_context *ctx = i->i_ctx; in spufs_signal1_open()1055 struct spu_context *ctx = i->i_ctx; in spufs_signal1_release()1178 struct spu_context *ctx = i->i_ctx; in spufs_signal2_open()1192 struct spu_context *ctx = i->i_ctx; in spufs_signal2_release()[all …]
51 ret = spufs_run_spu(i->i_ctx, &npc, &status); in do_spu_run()
133 ctx = SPUFS_I(file->f_dentry->d_inode)->i_ctx; in coredump_next_context()
229 struct spu_context *i_ctx; member