Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_bmap_util.c339 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); 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()
363 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - 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()
374 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1; in xfs_getbmap_full()
428 if (bmv->bmv_length < -1) in xfs_getbmap()
431 if (bmv->bmv_length == 0) in xfs_getbmap()
505 if (bmv->bmv_length == -1) { in xfs_getbmap()
[all …]
Dxfs_bmap_util.h39 __s64 bmv_length; /* length of segment, blocks */ member
Dxfs_ioctl.c1429 put_user(p->bmv_length, &u->bmv_length) || in xfs_getbmap_format()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_fs.h37 __s64 bmv_length; /* length of segment, blocks */ member
56 __s64 bmv_length; /* length of segment, blocks */ member