Searched refs:bmv_offset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.c | 298 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff); in xfs_getbmap_report_one() 301 bmv->bmv_offset = p->bmv_offset + p->bmv_length; in xfs_getbmap_report_one() 302 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_one() 322 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno); in xfs_getbmap_report_hole() 325 bmv->bmv_offset = p->bmv_offset + p->bmv_length; in xfs_getbmap_report_hole() 326 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_hole() 466 bmv->bmv_length = max(0LL, max_len - bmv->bmv_offset); in xfs_getbmap() 469 bmv_end = bmv->bmv_offset in xfs_getbmap() [all...] |
H A D | xfs_bmap_util.h | 37 __s64 bmv_offset; /* file offset of segment in blocks */ member
|
H A D | xfs_ioctl.c | 1643 if (put_user(p->bmv_offset, &u->bmv_offset) || in xfs_getbmap_format()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.c | 338 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff); in xfs_getbmap_report_one() 341 bmv->bmv_offset = p->bmv_offset + p->bmv_length; in xfs_getbmap_report_one() 342 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_one() 362 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno); in xfs_getbmap_report_hole() 365 bmv->bmv_offset = p->bmv_offset + p->bmv_length; in xfs_getbmap_report_hole() 366 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_hole() 507 bmv->bmv_length = max(0LL, max_len - bmv->bmv_offset); in xfs_getbmap() 510 bmv_end = bmv->bmv_offset in xfs_getbmap() [all...] |
H A D | xfs_bmap_util.h | 37 __s64 bmv_offset; /* file offset of segment in blocks */ member
|
H A D | xfs_ioctl.c | 1437 if (put_user(p->bmv_offset, &u->bmv_offset) || in xfs_getbmap_format()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 28 * On input, fill in bmv_offset and bmv_length of the first structure 35 __s64 bmv_offset; /* file offset of segment in blocks */ member 44 * Structure for XFS_IOC_GETBMAPX. Fields bmv_offset through bmv_entries 54 __s64 bmv_offset; /* file offset of segment in blocks */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 28 * On input, fill in bmv_offset and bmv_length of the first structure 35 __s64 bmv_offset; /* file offset of segment in blocks */ member 44 * Structure for XFS_IOC_GETBMAPX. Fields bmv_offset through bmv_entries 54 __s64 bmv_offset; /* file offset of segment in blocks */ member
|
Completed in 13 milliseconds