Lines Matching refs:SPUFS_I
65 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()
179 spu_forget(SPUFS_I(d_inode(dir))->i_ctx); in spufs_rmdir()
241 ctx = alloc_spu_context(SPUFS_I(dir)->i_gang); /* XXX gang */ in spufs_mkdir()
242 SPUFS_I(inode)->i_ctx = ctx; in spufs_mkdir()
329 SPUFS_I(file_inode(filp))->i_ctx); in spufs_assert_affinity()
426 gang = SPUFS_I(inode)->i_gang; in spufs_create_context()
442 spufs_set_affinity(flags, SPUFS_I(d_inode(dentry))->i_ctx, in spufs_create_context()
473 SPUFS_I(inode)->i_ctx = NULL; in spufs_mkgang()
474 SPUFS_I(inode)->i_gang = gang; in spufs_mkgang()
555 if ((flags & SPU_CREATE_GANG) || !SPUFS_I(dir)->i_gang) in spufs_create()
693 SPUFS_I(inode)->i_ctx = NULL; in spufs_create_root()