Searched refs:SPUFS_I (Results 1 – 5 of 5) sorted by relevance
65 kmem_cache_free(spufs_inode_cache, SPUFS_I(inode)); in spufs_free_inode()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()178 struct spu_gang *gang = SPUFS_I(inode)->i_gang; in unuse_gang()232 SPUFS_I(inode)->i_ctx = ctx; in spufs_mkdir()319 SPUFS_I(file_inode(filp))->i_ctx); in spufs_assert_affinity()397 struct spu_gang *gang = SPUFS_I(inode)->i_gang; in spufs_create_context()472 SPUFS_I(inode)->i_ctx = NULL; in spufs_mkgang()473 SPUFS_I(inode)->i_gang = gang; in spufs_mkgang()568 if ((flags & SPU_CREATE_GANG) || !SPUFS_I(dir)->i_gang) in spufs_create()[all …]
159 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 …]
49 ctx = SPUFS_I(file_inode(file))->i_ctx; in match_context()78 ctx = SPUFS_I(file_inode(file))->i_ctx; in coredump_next_context()
51 i = SPUFS_I(file_inode(filp)); in do_spu_run()
219 #define SPUFS_I(inode) \ macro
Completed in 17 milliseconds