Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_bmap.c5490 int cur_ext = 0; in xfs_getbmap() local
5613 out[cur_ext].bmv_oflags = 0; in xfs_getbmap()
5615 out[cur_ext].bmv_oflags |= BMV_OF_PREALLOC; in xfs_getbmap()
5617 out[cur_ext].bmv_oflags |= BMV_OF_DELALLOC; in xfs_getbmap()
5618 out[cur_ext].bmv_offset = in xfs_getbmap()
5620 out[cur_ext].bmv_length = in xfs_getbmap()
5622 out[cur_ext].bmv_unused1 = 0; in xfs_getbmap()
5623 out[cur_ext].bmv_unused2 = 0; in xfs_getbmap()
5629 out[cur_ext].bmv_oflags |= BMV_OF_LAST; in xfs_getbmap()
5633 if (!xfs_getbmapx_fix_eof_hole(ip, &out[cur_ext], in xfs_getbmap()
[all …]