Home
last modified time | relevance | path

Searched refs:XFS_IOC_GETBMAPX (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_ioctl.c888 case XFS_IOC_GETBMAPX: in xfs_ioc_getbmap()
1265 case XFS_IOC_GETBMAPX: in xfs_file_ioctl()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h45 * Structure for XFS_IOC_GETBMAPX. Fields bmv_offset through bmv_entries
49 * specifying XFS_IOC_GETBMAPX actions. The bmv_oflags field is filled
50 * in by the XFS_IOC_GETBMAPX command for each returned structure after
67 /* bmv_iflags values - set by XFS_IOC_GETBMAPX caller. */
1035 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap) macro