Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_util.c184 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); in xfs_getbmap_report_one()
186 bmv->bmv_offset = p->bmv_offset + p->bmv_length; in xfs_getbmap_report_one()
187 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_one()
208 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - bno); in xfs_getbmap_report_hole()
210 bmv->bmv_offset = p->bmv_offset + p->bmv_length; in xfs_getbmap_report_hole()
211 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_hole()
219 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1; in xfs_getbmap_full()
273 if (bmv->bmv_length < -1) in xfs_getbmap()
276 if (bmv->bmv_length == 0) in xfs_getbmap()
349 if (bmv->bmv_length == -1) { in xfs_getbmap()
[all …]
H A Dxfs_bmap_util.h39 __s64 bmv_length; /* length of segment, blocks */ member
H A Dxfs_ioctl.c855 put_user(p->bmv_length, &u->bmv_length) || in xfs_getbmap_format()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h38 __s64 bmv_length; /* length of segment, blocks */ member
57 __s64 bmv_length; /* length of segment, blocks */ member