Searched refs:getbmap (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fs.h80 struct getbmap { struct
91 * are used exactly as in the getbmap structure. The getbmapx structure
440 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
446 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
450 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
H A Dxfs_bmap.h21 struct getbmap;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c1190 struct getbmap __user *base = *ap;
1192 /* copy only getbmap portion (not getbmapx) */
1193 if (copy_to_user(base, bmv, sizeof(struct getbmap)))
1196 *ap += sizeof(struct getbmap);
1221 (struct getbmap *)arg+1);
1225 /* copy back header - only size of getbmap */
1226 if (copy_to_user(arg, &bmx, sizeof(struct getbmap)))

Completed in 131 milliseconds