Searched refs:getbmap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 34 struct getbmap { struct 45 * are used exactly as in the getbmap structure. The getbmapx structure 788 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap) 794 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap) 798 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
|
H A D | xfs_bmap.h | 9 struct getbmap;
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 34 struct getbmap { struct 45 * are used exactly as in the getbmap structure. The getbmapx structure 789 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap) 795 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap) 799 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
|
H A D | xfs_bmap.h | 9 struct getbmap;
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_ioctl.c | 1677 /* struct getbmap is a strict subset of struct getbmapx. */ in xfs_ioc_getbmap() 1678 recsize = sizeof(struct getbmap); in xfs_ioc_getbmap()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_ioctl.c | 1469 /* struct getbmap is a strict subset of struct getbmapx. */ in xfs_ioc_getbmap() 1470 recsize = sizeof(struct getbmap); in xfs_ioc_getbmap()
|
Completed in 10 milliseconds