Home
last modified time | relevance | path

Searched refs:bmv (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_bmap_util.c147 struct getbmapx *bmv, in xfs_getbmap_report_one() argument
152 struct kgetbmap *p = out + bmv->bmv_entries; in xfs_getbmap_report_one()
168 if (!(bmv->bmv_iflags & BMV_IF_DELALLOC)) in xfs_getbmap_report_one()
178 (bmv->bmv_iflags & BMV_IF_PREALLOC)) in xfs_getbmap_report_one()
187 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()
189 bmv->bmv_entries++; in xfs_getbmap_report_one()
196 struct getbmapx *bmv, in xfs_getbmap_report_hole() argument
202 struct kgetbmap *p = out + bmv in xfs_getbmap_report_hole()
218 xfs_getbmap_full(struct getbmapx * bmv) xfs_getbmap_full() argument
251 xfs_getbmap(struct xfs_inode * ip,struct getbmapx * bmv,struct kgetbmap * out) xfs_getbmap() argument
[all...]
H A Dxfs_bmap_util.h44 int xfs_getbmap(struct xfs_inode *ip, struct getbmapx *bmv,