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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h21 struct getbmap;
337 struct getbmap *bmv, /* user bmap structure */
H A Dxfs_fs.h79 struct getbmap { struct
90 * are used exactly as in the getbmap structure. The getbmapx structure
123 /* Convert getbmap <-> getbmapx - move fields from p1 to p2. */
453 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
459 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
463 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
H A Dxfs_bmap.c5743 struct getbmap *bmv, /* user bmap structure */
5760 struct getbmap out; /* output structure */
5913 /* return either getbmap/getbmapx structure. */
5941 ((struct getbmap __user *)ap + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c1276 struct getbmap bm;
1290 error = xfs_getbmap(bdp, &bm, (struct getbmap __user *)arg+1, iflags);
1305 struct getbmap bm;
1316 * Map input getbmapx structure to a getbmap

Completed in 335 milliseconds