Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.c476 out->bmv_oflags |= BMV_OF_LAST; in xfs_getbmapx_fix_eof_hole()
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()
665 out[cur_ext].bmv_oflags |= BMV_OF_LAST; in xfs_getbmap()
Dxfs_iops.c1037 if (bmv->bmv_oflags & BMV_OF_PREALLOC) in xfs_fiemap_format()
1039 else if (bmv->bmv_oflags & BMV_OF_DELALLOC) { in xfs_fiemap_format()
1044 if (bmv->bmv_oflags & BMV_OF_LAST) in xfs_fiemap_format()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h106 __s32 bmv_oflags; /* output flags (after 1st structure)*/ member