Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dinode.c56 ei->i_ctx = NULL; in spufs_alloc_inode()
127 inode->i_private = SPUFS_I(inode)->i_ctx = get_spu_context(ctx); in spufs_new_file()
138 if (ei->i_ctx) in spufs_evict_inode()
139 put_spu_context(ei->i_ctx); in spufs_evict_inode()
177 spu_forget(SPUFS_I(d_inode(dir))->i_ctx); in spufs_rmdir()
208 ctx = SPUFS_I(d_inode(dir))->i_ctx; in spufs_dir_close()
245 SPUFS_I(inode)->i_ctx = ctx; in spufs_mkdir()
332 SPUFS_I(file_inode(filp))->i_ctx); in spufs_assert_affinity()
445 spufs_set_affinity(flags, SPUFS_I(d_inode(dentry))->i_ctx, in spufs_create_context()
479 SPUFS_I(inode)->i_ctx = NULL; in spufs_mkgang()
[all …]
Dfile.c151 struct spu_context *ctx = i->i_ctx; in spufs_mem_open()
165 struct spu_context *ctx = i->i_ctx; in spufs_mem_release()
418 struct spu_context *ctx = i->i_ctx; in spufs_cntl_open()
433 struct spu_context *ctx = i->i_ctx; in spufs_cntl_release()
457 file->private_data = i->i_ctx; in spufs_regs_open()
576 file->private_data = i->i_ctx; in spufs_pipe_open()
947 struct spu_context *ctx = i->i_ctx; in spufs_signal1_open()
961 struct spu_context *ctx = i->i_ctx; in spufs_signal1_release()
1084 struct spu_context *ctx = i->i_ctx; in spufs_signal2_open()
1098 struct spu_context *ctx = i->i_ctx; in spufs_signal2_release()
[all …]
Dcoredump.c65 ctx = SPUFS_I(file_inode(file))->i_ctx; in match_context()
91 return SPUFS_I(file_inode(file))->i_ctx; in coredump_next_context()
Dsyscalls.c52 ret = spufs_run_spu(i->i_ctx, &npc, &status); in do_spu_run()
Dspufs.h212 struct spu_context *i_ctx; member