Home
last modified time | relevance | path

Searched refs:user_label (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/ext4/
Dioctl.c1076 static int ext4_ioctl_setlabel(struct file *filp, const char __user *user_label) in ext4_ioctl_setlabel() argument
1091 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel()
1113 static int ext4_ioctl_getlabel(struct ext4_sb_info *sbi, char __user *user_label) in ext4_ioctl_getlabel() argument
1129 if (copy_to_user(user_label, label, sizeof(label))) in ext4_ioctl_getlabel()
/linux-5.19.10/fs/xfs/
Dxfs_ioctl.c1737 char __user *user_label) in xfs_ioc_getlabel() argument
1751 if (copy_to_user(user_label, label, sizeof(label))) in xfs_ioc_getlabel()