Home
last modified time | relevance | path

Searched refs:bmv_offset (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_bmap_util.c298 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 Dxfs_bmap_util.h37 __s64 bmv_offset; /* file offset of segment in blocks */ member
H A Dxfs_ioctl.c1643 if (put_user(p->bmv_offset, &u->bmv_offset) || in xfs_getbmap_format()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_bmap_util.c338 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 Dxfs_bmap_util.h37 __s64 bmv_offset; /* file offset of segment in blocks */ member
H A Dxfs_ioctl.c1437 if (put_user(p->bmv_offset, &u->bmv_offset) || in xfs_getbmap_format()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_fs.h28 * 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 Dxfs_fs.h28 * 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