Home
last modified time | relevance | path

Searched refs:fsmap_head (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dfsmap.h60 struct fsmap_head { struct
76 return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap); in fsmap_sizeof()
82 struct fsmap_head *head) in fsmap_advance()
111 #define FS_IOC_GETFSMAP _IOWR('X', 59, struct fsmap_head)
/linux-4.19.296/fs/ext4/
Dioctl.c610 struct fsmap_head __user *gi_data;
632 struct fsmap_head __user *arg) in ext4_ioc_getfsmap()
636 struct fsmap_head head; in ext4_ioc_getfsmap()
640 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap()
686 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap()
/linux-4.19.296/fs/xfs/
Dxfs_ioctl.c1625 struct fsmap_head __user *data;
1650 struct fsmap_head __user *arg) in xfs_ioc_getfsmap()
1654 struct fsmap_head head; in xfs_ioc_getfsmap()
1658 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in xfs_ioc_getfsmap()
1695 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) in xfs_ioc_getfsmap()