Home
last modified time | relevance | path

Searched refs:bmv_offset (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_bmap_util.c184 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff); in xfs_getbmap_report_one()
187 bmv->bmv_offset = p->bmv_offset + p->bmv_length; in xfs_getbmap_report_one()
188 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_one()
208 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno); in xfs_getbmap_report_hole()
211 bmv->bmv_offset = p->bmv_offset + p->bmv_length; in xfs_getbmap_report_hole()
212 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_hole()
352 bmv->bmv_length = max(0LL, max_len - bmv->bmv_offset); in xfs_getbmap()
355 bmv_end = bmv->bmv_offset in xfs_getbmap()
[all...]
H A Dxfs_bmap_util.h39 __s64 bmv_offset; /* file offset of segment in blocks */ member
H A Dxfs_ioctl.c853 if (put_user(p->bmv_offset, &u->bmv_offset) || in xfs_getbmap_format()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h29 * On input, fill in bmv_offset and bmv_length of the first structure
36 __s64 bmv_offset; /* file offset of segment in blocks */ member
45 * Structure for XFS_IOC_GETBMAPX. Fields bmv_offset through bmv_entries
55 __s64 bmv_offset; /* file offset of segment in blocks */ member