Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_bmap_util.c187 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()
209 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - 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()
274 if (bmv->bmv_length < -1) in xfs_getbmap()
277 if (bmv->bmv_length == 0) in xfs_getbmap()
350 if (bmv->bmv_length == -1) { in xfs_getbmap()
352 bmv->bmv_length = max(0LL, max_len - bmv->bmv_offset); in xfs_getbmap()
355 bmv_end = bmv->bmv_offset + bmv->bmv_length; in xfs_getbmap()
[all …]
A Dxfs_bmap_util.h41 __s64 bmv_length; /* length of segment, blocks */ member
A Dxfs_ioctl.c855 put_user(p->bmv_length, &u->bmv_length) || in xfs_getbmap_format()
/fs/xfs/libxfs/
A Dxfs_fs.h38 __s64 bmv_length; /* length of segment, blocks */ member
57 __s64 bmv_length; /* length of segment, blocks */ member

Completed in 14 milliseconds