Searched refs:bmv_offset (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_bmap_util.h37 __s64 bmv_offset; /* file offset of segment in blocks */ member in struct:kgetbmap
H A Dxfs_bmap_util.c191 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff);
194 bmv->bmv_offset = p->bmv_offset + p->bmv_length;
195 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset);
215 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno);
218 bmv->bmv_offset = p->bmv_offset + p->bmv_length;
219 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset);
360 bmv->bmv_length = max(0LL, max_len - bmv->bmv_offset);
363 bmv_end = bmv->bmv_offset
[all...]
H A Dxfs_ioctl.c1438 if (put_user(p->bmv_offset, &u->bmv_offset) ||
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h28 * On input, fill in bmv_offset and bmv_length of the first structure
35 __s64 bmv_offset; /* file offset of segment in blocks */ member in struct:getbmap
44 * Structure for XFS_IOC_GETBMAPX. Fields bmv_offset through bmv_entries
54 __s64 bmv_offset; /* file offset of segment in blocks */ member in struct:getbmapx

Completed in 196 milliseconds