Searched refs:getbmapx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.h | 42 int xfs_getbmap(struct xfs_inode *ip, struct getbmapx *bmv,
|
H A D | xfs_bmap_util.c | 259 struct getbmapx *bmv, in xfs_getbmap_report_one() 310 struct getbmapx *bmv, in xfs_getbmap_report_hole() 332 struct getbmapx *bmv) in xfs_getbmap_full() 365 struct getbmapx *bmv, /* user bmap structure */ in xfs_getbmap() 508 * an individual getbmapx record. in xfs_getbmap()
|
H A D | xfs_ioctl.c | 1640 struct getbmapx __user *u, in xfs_getbmap_format() 1649 if (recsize < sizeof(struct getbmapx)) in xfs_getbmap_format() 1665 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() 1677 /* struct getbmap is a strict subset of struct getbmapx. */ in xfs_ioc_getbmap() 1681 recsize = sizeof(struct getbmapx); in xfs_ioc_getbmap()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.h | 42 int xfs_getbmap(struct xfs_inode *ip, struct getbmapx *bmv,
|
H A D | xfs_bmap_util.c | 301 struct getbmapx *bmv, in xfs_getbmap_report_one() 350 struct getbmapx *bmv, in xfs_getbmap_report_hole() 372 struct getbmapx *bmv) in xfs_getbmap_full() 405 struct getbmapx *bmv, /* user bmap structure */ in xfs_getbmap() 547 * an individual getbmapx record. in xfs_getbmap()
|
H A D | xfs_ioctl.c | 1434 struct getbmapx __user *u, in xfs_getbmap_format() 1443 if (recsize < sizeof(struct getbmapx)) in xfs_getbmap_format() 1459 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() 1469 /* struct getbmap is a strict subset of struct getbmapx. */ in xfs_ioc_getbmap() 1473 recsize = sizeof(struct getbmapx); in xfs_ioc_getbmap()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 45 * are used exactly as in the getbmap structure. The getbmapx structure 53 struct getbmapx { struct
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 45 * are used exactly as in the getbmap structure. The getbmapx structure 53 struct getbmapx { struct
|
Completed in 14 milliseconds