Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.c513 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()
[all …]