Searched refs:fsmap_head (Results 1 – 3 of 3) sorted by relevance
60 struct fsmap_head { struct76 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)
10 struct fsmap_head;46 int xfs_ioc_getfsmap(struct xfs_inode *ip, struct fsmap_head __user *arg);
1303 struct fsmap_head __user *arg) in xfs_ioc_getfsmap()1306 struct fsmap_head head; in xfs_ioc_getfsmap()1313 if (copy_from_user(&head, arg, sizeof(struct fsmap_head))) in xfs_ioc_getfsmap()1420 if (copy_to_user(arg, &head, sizeof(struct fsmap_head))) { in xfs_ioc_getfsmap()