Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ext4/
A Dioctl.c1086 static int ext4_ioctl_setlabel(struct file *filp, const char __user *user_label) in ext4_ioctl_setlabel() argument
1101 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel()
1123 static int ext4_ioctl_getlabel(struct ext4_sb_info *sbi, char __user *user_label) in ext4_ioctl_getlabel() argument
1139 if (copy_to_user(user_label, label, sizeof(label))) in ext4_ioctl_getlabel()
/linux-6.3-rc2/fs/xfs/
A Dxfs_ioctl.c1739 char __user *user_label) in xfs_ioc_getlabel() argument
1753 if (copy_to_user(user_label, label, sizeof(label))) in xfs_ioc_getlabel()

Completed in 13 milliseconds