bmv_offset 35 fs/xfs/libxfs/xfs_fs.h __s64 bmv_offset; /* file offset of segment in blocks */ bmv_offset 54 fs/xfs/libxfs/xfs_fs.h __s64 bmv_offset; /* file offset of segment in blocks */ bmv_offset 437 fs/xfs/xfs_bmap_util.c p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff); bmv_offset 440 fs/xfs/xfs_bmap_util.c bmv->bmv_offset = p->bmv_offset + p->bmv_length; bmv_offset 441 fs/xfs/xfs_bmap_util.c bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); bmv_offset 461 fs/xfs/xfs_bmap_util.c p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno); bmv_offset 464 fs/xfs/xfs_bmap_util.c bmv->bmv_offset = p->bmv_offset + p->bmv_length; bmv_offset 465 fs/xfs/xfs_bmap_util.c bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); bmv_offset 605 fs/xfs/xfs_bmap_util.c bmv->bmv_length = max(0LL, max_len - bmv->bmv_offset); bmv_offset 608 fs/xfs/xfs_bmap_util.c bmv_end = bmv->bmv_offset + bmv->bmv_length; bmv_offset 610 fs/xfs/xfs_bmap_util.c first_bno = bno = XFS_BB_TO_FSBT(mp, bmv->bmv_offset); bmv_offset 39 fs/xfs/xfs_bmap_util.h __s64 bmv_offset; /* file offset of segment in blocks */ bmv_offset 1757 fs/xfs/xfs_ioctl.c if (put_user(p->bmv_offset, &u->bmv_offset) ||