Searched refs:SPUFS_I (Results 1 – 5 of 5) sorted by relevance
77 kmem_cache_free(spufs_inode_cache, SPUFS_I(inode)); in spufs_i_callback()145 inode->i_private = SPUFS_I(inode)->i_ctx = get_spu_context(ctx); in spufs_new_file()154 struct spufs_inode_info *ei = SPUFS_I(inode); in spufs_evict_inode()195 spu_forget(SPUFS_I(d_inode(dir))->i_ctx); in spufs_rmdir()226 ctx = SPUFS_I(d_inode(dir))->i_ctx; in spufs_dir_close()262 ctx = alloc_spu_context(SPUFS_I(dir)->i_gang); /* XXX gang */ in spufs_mkdir()263 SPUFS_I(inode)->i_ctx = ctx; in spufs_mkdir()350 SPUFS_I(file_inode(filp))->i_ctx); in spufs_assert_affinity()447 gang = SPUFS_I(inode)->i_gang; in spufs_create_context()463 spufs_set_affinity(flags, SPUFS_I(d_inode(dentry))->i_ctx, in spufs_create_context()[all …]
163 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_mem_open()177 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_mem_release()430 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_cntl_open()445 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_cntl_release()469 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_regs_open()588 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_pipe_open()959 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_signal1_open()973 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_signal1_release()1096 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_signal2_open()1110 struct spufs_inode_info *i = SPUFS_I(inode); in spufs_signal2_release()[all …]
78 ctx = SPUFS_I(file_inode(file))->i_ctx; in match_context()104 return SPUFS_I(file_inode(file))->i_ctx; in coredump_next_context()
51 i = SPUFS_I(file_inode(filp)); in do_spu_run()
230 #define SPUFS_I(inode) \ macro