Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_iops.c987 if (bmv->bmv_oflags & BMV_OF_PREALLOC) in xfs_fiemap_format()
989 else if (bmv->bmv_oflags & BMV_OF_DELALLOC) { in xfs_fiemap_format()
993 if (bmv->bmv_oflags & BMV_OF_LAST) in xfs_fiemap_format()
Dxfs_fs.h106 __s32 bmv_oflags; /* output flags (after 1st structure)*/ member
Dxfs_bmap.c5864 out->bmv_oflags |= BMV_OF_LAST; in xfs_getbmapx_fix_eof_hole()
6024 out[cur_ext].bmv_oflags = 0; in xfs_getbmap()
6026 out[cur_ext].bmv_oflags |= BMV_OF_PREALLOC; in xfs_getbmap()
6028 out[cur_ext].bmv_oflags |= BMV_OF_DELALLOC; in xfs_getbmap()
6052 out[cur_ext].bmv_oflags |= BMV_OF_LAST; in xfs_getbmap()