Lines Matching +defs:error +defs:c
39 struct bch_fs *c = inode->v.i_sb->s_fs_info; in bch2_inode_flags_set() local
76 static int bch2_ioc_setflags(struct bch_fs *c, in bch2_ioc_setflags()
147 static int bch2_ioc_fssetxattr(struct bch_fs *c, in bch2_ioc_fssetxattr()
208 static int bch2_ioc_reinherit_attrs(struct bch_fs *c, in bch2_ioc_reinherit_attrs()
280 static int bch2_ioc_getlabel(struct bch_fs *c, char __user *user_label) in bch2_ioc_getlabel()
304 static int bch2_ioc_setlabel(struct bch_fs *c, in bch2_ioc_setlabel()
338 static int bch2_ioc_goingdown(struct bch_fs *c, u32 __user *arg) in bch2_ioc_goingdown()
374 static long bch2_ioctl_subvolume_create(struct bch_fs *c, struct file *filp, in bch2_ioctl_subvolume_create()
383 int error; in bch2_ioctl_subvolume_create() local
493 static long bch2_ioctl_subvolume_destroy(struct bch_fs *c, struct file *filp, in bch2_ioctl_subvolume_destroy()
535 struct bch_fs *c = inode->v.i_sb->s_fs_info; in bch2_fs_file_ioctl() local