Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dioctl.c1096 static int ext4_ioctl_setlabel(struct file *filp, const char __user *user_label) in ext4_ioctl_setlabel() argument
1111 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel()
1133 static int ext4_ioctl_getlabel(struct ext4_sb_info *sbi, char __user *user_label) in ext4_ioctl_getlabel() argument
1149 if (copy_to_user(user_label, label, sizeof(label))) in ext4_ioctl_getlabel()
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c1749 char __user *user_label) in xfs_ioc_getlabel() argument
1763 if (copy_to_user(user_label, label, sizeof(label))) in xfs_ioc_getlabel()