Home
last modified time | relevance | path

Searched refs:SPUFS_I (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c65 kmem_cache_free(spufs_inode_cache, SPUFS_I(inode)); in spufs_free_inode()
129 inode->i_private = SPUFS_I(inode)->i_ctx = get_spu_context(ctx); in spufs_new_file()
138 struct spufs_inode_info *ei = SPUFS_I(inode); in spufs_evict_inode()
149 struct spu_context *ctx = SPUFS_I(d_inode(dir))->i_ctx; in spufs_rmdir()
177 struct spu_gang *gang = SPUFS_I(inode)->i_gang; in unuse_gang()
230 ctx = alloc_spu_context(SPUFS_I(dir)->i_gang); /* XXX gang */ in spufs_mkdir()
231 SPUFS_I(inode)->i_ctx = ctx; in spufs_mkdir()
306 SPUFS_I(file_inode(filp))->i_ctx); in spufs_assert_affinity()
384 struct spu_gang *gang = SPUFS_I(inode)->i_gang; in spufs_create_context()
426 spufs_set_affinity(flags, SPUFS_I(d_inode(dentry))->i_ctx, in spufs_create_context()
[all …]
H A Dfile.c159 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_mem_open()
173 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_mem_release()
424 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_cntl_open()
439 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_cntl_release()
462 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_regs_open()
579 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_pipe_open()
930 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_signal1_open()
944 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_signal1_release()
1063 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_signal2_open()
1077 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_signal2_release()
[all …]
H A Dsyscalls.c51 i = SPUFS_I(file_inode(filp)); in do_spu_run()
H A Dspufs.h219 #define SPUFS_I(inode) \ macro