Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H 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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H 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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H 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)
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c656 struct fsmap_head __user *gi_data;
678 struct fsmap_head __user *arg) in ext4_ioc_getfsmap()
682 struct fsmap_head head; in ext4_ioc_getfsmap()
686 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap()
732 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) in ext4_ioc_getfsmap()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_ioctl.c1723 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()