Searched refs:fsmap_head (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fsmap.h | 18 * struct fsmap_head, followed by two struct fsmap that describe 35 * contents of fsmap_head.fmh_recs[fsmap_head.fmh_count - 1] should be 60 struct fsmap_head { struct 71 /* Size of an fsmap_head with room for nr records. */ 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)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fsmap.h | 18 * struct fsmap_head, followed by two struct fsmap that describe 35 * contents of fsmap_head.fmh_recs[fsmap_head.fmh_count - 1] should be 60 struct fsmap_head { struct 71 /* Size of an fsmap_head with room for nr records. */ 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)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fsmap.h | 18 struct fsmap_head { struct 31 return sizeof(struct fsmap_head) + nr * sizeof(struct fsmap); in fsmap_sizeof() 35 struct fsmap_head *head) in fsmap_advance() 54 #define FS_IOC_GETFSMAP _IOWR('X', 59, struct fsmap_head)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fsmap.h | 31 struct fsmap_head { struct 54 #define FS_IOC_GETFSMAP _IOWR('X', 59, struct fsmap_head)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fsmap.h | 31 struct fsmap_head { struct 54 #define FS_IOC_GETFSMAP _IOWR('X', 59, struct fsmap_head)
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ioctl.c | 661 struct fsmap_head __user *gi_data; 683 struct fsmap_head __user *arg) in ext4_ioc_getfsmap() 687 struct fsmap_head head; in ext4_ioc_getfsmap() 691 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap() 737 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ioctl.c | 853 struct fsmap_head __user *gi_data; 875 struct fsmap_head __user *arg) in ext4_ioc_getfsmap() 879 struct fsmap_head head; in ext4_ioc_getfsmap() 883 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap() 928 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_ioctl.c | 1723 struct fsmap_head __user *arg) in xfs_ioc_getfsmap() 1726 struct fsmap_head head; in xfs_ioc_getfsmap() 1733 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in xfs_ioc_getfsmap() 1840 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) { in xfs_ioc_getfsmap()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_ioctl.c | 1515 struct fsmap_head __user *arg) in xfs_ioc_getfsmap() 1518 struct fsmap_head head; in xfs_ioc_getfsmap() 1525 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in xfs_ioc_getfsmap() 1632 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) { in xfs_ioc_getfsmap()
|
Completed in 10 milliseconds