Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dxfs_iops.c683 if (bmv->bmv_oflags & BMV_OF_PREALLOC) in xfs_fiemap_format()
685 else if (bmv->bmv_oflags & BMV_OF_DELALLOC) { in xfs_fiemap_format()
689 if (bmv->bmv_oflags & BMV_OF_LAST) in xfs_fiemap_format()
/fs/xfs/
Dxfs_fs.h106 __s32 bmv_oflags; /* output flags (after 1st structure)*/ member
Dxfs_bmap.c5846 out->bmv_oflags |= BMV_OF_LAST; in xfs_getbmapx_fix_eof_hole()
6014 out.bmv_oflags = 0; in xfs_getbmap()
6016 out.bmv_oflags |= BMV_OF_PREALLOC; in xfs_getbmap()
6018 out.bmv_oflags |= BMV_OF_DELALLOC; in xfs_getbmap()
6027 out.bmv_oflags |= BMV_OF_LAST; in xfs_getbmap()