Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_bmap.c5441 int cur_ext = 0; in xfs_getbmap() local
5561 out[cur_ext].bmv_oflags = 0; in xfs_getbmap()
5563 out[cur_ext].bmv_oflags |= BMV_OF_PREALLOC; in xfs_getbmap()
5565 out[cur_ext].bmv_oflags |= BMV_OF_DELALLOC; in xfs_getbmap()
5566 out[cur_ext].bmv_offset = in xfs_getbmap()
5568 out[cur_ext].bmv_length = in xfs_getbmap()
5570 out[cur_ext].bmv_unused1 = 0; in xfs_getbmap()
5571 out[cur_ext].bmv_unused2 = 0; in xfs_getbmap()
5577 out[cur_ext].bmv_oflags |= BMV_OF_LAST; in xfs_getbmap()
5581 if (!xfs_getbmapx_fix_eof_hole(ip, &out[cur_ext], in xfs_getbmap()
[all …]