Lines Matching refs:cur_ext
513 int cur_ext = 0; in xfs_getbmap() local
637 out[cur_ext].bmv_oflags = 0; in xfs_getbmap()
639 out[cur_ext].bmv_oflags |= BMV_OF_PREALLOC; in xfs_getbmap()
641 out[cur_ext].bmv_oflags |= BMV_OF_DELALLOC; in xfs_getbmap()
642 out[cur_ext].bmv_offset = in xfs_getbmap()
644 out[cur_ext].bmv_length = in xfs_getbmap()
646 out[cur_ext].bmv_unused1 = 0; in xfs_getbmap()
647 out[cur_ext].bmv_unused2 = 0; in xfs_getbmap()
665 out[cur_ext].bmv_oflags |= BMV_OF_LAST; in xfs_getbmap()
669 if (!xfs_getbmapx_fix_eof_hole(ip, &out[cur_ext], in xfs_getbmap()
675 out[cur_ext].bmv_offset + in xfs_getbmap()
676 out[cur_ext].bmv_length; in xfs_getbmap()
687 memset(&out[cur_ext], 0, sizeof(out[cur_ext])); in xfs_getbmap()
693 cur_ext++; in xfs_getbmap()
704 for (i = 0; i < cur_ext; i++) { in xfs_getbmap()