Searched refs:bmv_length (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.c | 299 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); 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() 323 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - 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() 334 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1; in xfs_getbmap_full() 388 if (bmv->bmv_length < -1) in xfs_getbmap() 391 if (bmv->bmv_length == 0) in xfs_getbmap() 464 if (bmv->bmv_length in xfs_getbmap() [all...] |
H A D | xfs_bmap_util.h | 39 __s64 bmv_length; /* length of segment, blocks */ member
|
H A D | xfs_ioctl.c | 1645 put_user(p->bmv_length, &u->bmv_length) || in xfs_getbmap_format()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.c | 339 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 in xfs_getbmap() [all...] |
H A D | xfs_bmap_util.h | 39 __s64 bmv_length; /* length of segment, blocks */ member
|
H A D | xfs_ioctl.c | 1439 put_user(p->bmv_length, &u->bmv_length) || in xfs_getbmap_format()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 28 * On input, fill in bmv_offset and bmv_length of the first structure 37 __s64 bmv_length; /* length of segment, blocks */ member 56 __s64 bmv_length; /* length of segment, blocks */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 28 * On input, fill in bmv_offset and bmv_length of the first structure 37 __s64 bmv_length; /* length of segment, blocks */ member 56 __s64 bmv_length; /* length of segment, blocks */ member
|
Completed in 12 milliseconds