Searched refs:user_label (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | fs-ioctl.c | 280 static int bch2_ioc_getlabel(struct bch_fs *c, char __user *user_label) in bch2_ioc_getlabel() argument 299 ret = copy_to_user(user_label, label, len); in bch2_ioc_getlabel() 307 const char __user *user_label) in bch2_ioc_setlabel() argument 315 if (copy_from_user(label, user_label, sizeof(label))) in bch2_ioc_setlabel()
|
/linux-6.12.1/fs/ext4/ |
D | ioctl.c | 1105 static int ext4_ioctl_setlabel(struct file *filp, const char __user *user_label) in ext4_ioctl_setlabel() argument 1120 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel() 1142 static int ext4_ioctl_getlabel(struct ext4_sb_info *sbi, char __user *user_label) in ext4_ioctl_getlabel() argument 1157 if (copy_to_user(user_label, label, sizeof(label))) in ext4_ioctl_getlabel()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_ioctl.c | 962 char __user *user_label) in xfs_ioc_getlabel() argument 976 if (copy_to_user(user_label, label, sizeof(label))) in xfs_ioc_getlabel()
|