Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_bmap_util.c539 int cur_ext = 0; in xfs_getbmap() local
663 out[cur_ext].bmv_oflags = 0; in xfs_getbmap()
665 out[cur_ext].bmv_oflags |= BMV_OF_PREALLOC; in xfs_getbmap()
667 out[cur_ext].bmv_oflags |= BMV_OF_DELALLOC; in xfs_getbmap()
668 out[cur_ext].bmv_offset = in xfs_getbmap()
670 out[cur_ext].bmv_length = in xfs_getbmap()
672 out[cur_ext].bmv_unused1 = 0; in xfs_getbmap()
673 out[cur_ext].bmv_unused2 = 0; in xfs_getbmap()
691 out[cur_ext].bmv_oflags |= BMV_OF_LAST; in xfs_getbmap()
695 if (!xfs_getbmapx_fix_eof_hole(ip, &out[cur_ext], in xfs_getbmap()
[all …]