Loading arch/powerpc/include/asm/spu.h +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ extern long spu_sys_callback(struct spu_syscall_block *s); struct file; struct spufs_calls { long (*create_thread)(const char __user *name, unsigned int flags, mode_t mode, unsigned int flags, umode_t mode, struct file *neighbor); long (*spu_run)(struct file *filp, __u32 __user *unpc, __u32 __user *ustatus); Loading arch/powerpc/platforms/cell/spufs/inode.c +8 −8 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ spufs_init_once(void *p) } static struct inode * spufs_new_inode(struct super_block *sb, int mode) spufs_new_inode(struct super_block *sb, umode_t mode) { struct inode *inode; Loading Loading @@ -123,7 +123,7 @@ spufs_setattr(struct dentry *dentry, struct iattr *attr) static int spufs_new_file(struct super_block *sb, struct dentry *dentry, const struct file_operations *fops, int mode, const struct file_operations *fops, umode_t mode, size_t size, struct spu_context *ctx) { static const struct inode_operations spufs_file_iops = { Loading Loading @@ -193,7 +193,7 @@ static int spufs_rmdir(struct inode *parent, struct dentry *dir) } static int spufs_fill_dir(struct dentry *dir, const struct spufs_tree_descr *files, int mode, const struct spufs_tree_descr *files, umode_t mode, struct spu_context *ctx) { struct dentry *dentry, *tmp; Loading Loading @@ -263,7 +263,7 @@ EXPORT_SYMBOL_GPL(spufs_context_fops); static int spufs_mkdir(struct inode *dir, struct dentry *dentry, unsigned int flags, int mode) umode_t mode) { int ret; struct inode *inode; Loading Loading @@ -446,7 +446,7 @@ spufs_set_affinity(unsigned int flags, struct spu_context *ctx, static int spufs_create_context(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int flags, int mode, struct vfsmount *mnt, int flags, umode_t mode, struct file *aff_filp) { int ret; Loading Loading @@ -520,7 +520,7 @@ spufs_create_context(struct inode *inode, struct dentry *dentry, } static int spufs_mkgang(struct inode *dir, struct dentry *dentry, int mode) spufs_mkgang(struct inode *dir, struct dentry *dentry, umode_t mode) { int ret; struct inode *inode; Loading Loading @@ -583,7 +583,7 @@ static int spufs_gang_open(struct dentry *dentry, struct vfsmount *mnt) static int spufs_create_gang(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int mode) struct vfsmount *mnt, umode_t mode) { int ret; Loading Loading @@ -611,7 +611,7 @@ static int spufs_create_gang(struct inode *inode, static struct file_system_type spufs_type; long spufs_create(struct path *path, struct dentry *dentry, unsigned int flags, mode_t mode, struct file *filp) unsigned int flags, umode_t mode, struct file *filp) { int ret; Loading arch/powerpc/platforms/cell/spufs/spufs.h +2 −2 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ struct spufs_inode_info { struct spufs_tree_descr { const char *name; const struct file_operations *ops; int mode; umode_t mode; size_t size; }; Loading @@ -249,7 +249,7 @@ extern const struct spufs_tree_descr spufs_dir_debug_contents[]; extern struct spufs_calls spufs_calls; long spufs_run_spu(struct spu_context *ctx, u32 *npc, u32 *status); long spufs_create(struct path *nd, struct dentry *dentry, unsigned int flags, mode_t mode, struct file *filp); umode_t mode, struct file *filp); /* ELF coredump callbacks for writing SPU ELF notes */ extern int spufs_coredump_extra_notes_size(void); extern int spufs_coredump_extra_notes_write(struct file *file, loff_t *foffset); Loading arch/powerpc/platforms/cell/spufs/syscalls.c +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ static long do_spu_run(struct file *filp, } static long do_spu_create(const char __user *pathname, unsigned int flags, mode_t mode, struct file *neighbor) umode_t mode, struct file *neighbor) { struct path path; struct dentry *dentry; Loading Loading
arch/powerpc/include/asm/spu.h +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ extern long spu_sys_callback(struct spu_syscall_block *s); struct file; struct spufs_calls { long (*create_thread)(const char __user *name, unsigned int flags, mode_t mode, unsigned int flags, umode_t mode, struct file *neighbor); long (*spu_run)(struct file *filp, __u32 __user *unpc, __u32 __user *ustatus); Loading
arch/powerpc/platforms/cell/spufs/inode.c +8 −8 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ spufs_init_once(void *p) } static struct inode * spufs_new_inode(struct super_block *sb, int mode) spufs_new_inode(struct super_block *sb, umode_t mode) { struct inode *inode; Loading Loading @@ -123,7 +123,7 @@ spufs_setattr(struct dentry *dentry, struct iattr *attr) static int spufs_new_file(struct super_block *sb, struct dentry *dentry, const struct file_operations *fops, int mode, const struct file_operations *fops, umode_t mode, size_t size, struct spu_context *ctx) { static const struct inode_operations spufs_file_iops = { Loading Loading @@ -193,7 +193,7 @@ static int spufs_rmdir(struct inode *parent, struct dentry *dir) } static int spufs_fill_dir(struct dentry *dir, const struct spufs_tree_descr *files, int mode, const struct spufs_tree_descr *files, umode_t mode, struct spu_context *ctx) { struct dentry *dentry, *tmp; Loading Loading @@ -263,7 +263,7 @@ EXPORT_SYMBOL_GPL(spufs_context_fops); static int spufs_mkdir(struct inode *dir, struct dentry *dentry, unsigned int flags, int mode) umode_t mode) { int ret; struct inode *inode; Loading Loading @@ -446,7 +446,7 @@ spufs_set_affinity(unsigned int flags, struct spu_context *ctx, static int spufs_create_context(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int flags, int mode, struct vfsmount *mnt, int flags, umode_t mode, struct file *aff_filp) { int ret; Loading Loading @@ -520,7 +520,7 @@ spufs_create_context(struct inode *inode, struct dentry *dentry, } static int spufs_mkgang(struct inode *dir, struct dentry *dentry, int mode) spufs_mkgang(struct inode *dir, struct dentry *dentry, umode_t mode) { int ret; struct inode *inode; Loading Loading @@ -583,7 +583,7 @@ static int spufs_gang_open(struct dentry *dentry, struct vfsmount *mnt) static int spufs_create_gang(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int mode) struct vfsmount *mnt, umode_t mode) { int ret; Loading Loading @@ -611,7 +611,7 @@ static int spufs_create_gang(struct inode *inode, static struct file_system_type spufs_type; long spufs_create(struct path *path, struct dentry *dentry, unsigned int flags, mode_t mode, struct file *filp) unsigned int flags, umode_t mode, struct file *filp) { int ret; Loading
arch/powerpc/platforms/cell/spufs/spufs.h +2 −2 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ struct spufs_inode_info { struct spufs_tree_descr { const char *name; const struct file_operations *ops; int mode; umode_t mode; size_t size; }; Loading @@ -249,7 +249,7 @@ extern const struct spufs_tree_descr spufs_dir_debug_contents[]; extern struct spufs_calls spufs_calls; long spufs_run_spu(struct spu_context *ctx, u32 *npc, u32 *status); long spufs_create(struct path *nd, struct dentry *dentry, unsigned int flags, mode_t mode, struct file *filp); umode_t mode, struct file *filp); /* ELF coredump callbacks for writing SPU ELF notes */ extern int spufs_coredump_extra_notes_size(void); extern int spufs_coredump_extra_notes_write(struct file *file, loff_t *foffset); Loading
arch/powerpc/platforms/cell/spufs/syscalls.c +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ static long do_spu_run(struct file *filp, } static long do_spu_create(const char __user *pathname, unsigned int flags, mode_t mode, struct file *neighbor) umode_t mode, struct file *neighbor) { struct path path; struct dentry *dentry; Loading