bmv_oflags         60 fs/xfs/libxfs/xfs_fs.h 	__s32		bmv_oflags;	/* output flags (after 1st structure)*/
bmv_oflags        424 fs/xfs/xfs_bmap_util.c 		p->bmv_oflags |= BMV_OF_DELALLOC;
bmv_oflags        432 fs/xfs/xfs_bmap_util.c 		p->bmv_oflags |= BMV_OF_PREALLOC;
bmv_oflags        435 fs/xfs/xfs_bmap_util.c 		p->bmv_oflags |= BMV_OF_SHARED;
bmv_oflags        661 fs/xfs/xfs_bmap_util.c 			out[bmv->bmv_entries - 1].bmv_oflags |= BMV_OF_LAST;
bmv_oflags         42 fs/xfs/xfs_bmap_util.h 	__s32		bmv_oflags;	/* output flags */
bmv_oflags       1766 fs/xfs/xfs_ioctl.c 	    put_user(p->bmv_oflags, &u->bmv_oflags) ||