Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A 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/fs/ext4/
A Dioctl.c604 struct fsmap_head __user *gi_data;
626 struct fsmap_head __user *arg) in ext4_ioc_getfsmap()
630 struct fsmap_head head; in ext4_ioc_getfsmap()
634 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap()
679 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap()
/linux/fs/xfs/
A Dxfs_ioctl.c1579 struct fsmap_head __user *arg) in xfs_ioc_getfsmap()
1582 struct fsmap_head head; in xfs_ioc_getfsmap()
1589 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in xfs_ioc_getfsmap()
1696 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) { in xfs_ioc_getfsmap()

Completed in 8 milliseconds