Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h116 #define BMV_IF_DELALLOC 0x8 /* rtn status BMV_OF_DELALLOC if req */ macro
120 BMV_IF_DELALLOC|BMV_IF_NO_HOLES)
/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.c576 if (!(iflags & BMV_IF_DELALLOC) && in xfs_getbmap()
620 (whichfork == XFS_ATTR_FORK || !(iflags & BMV_IF_DELALLOC))) { in xfs_getbmap()
660 ASSERT((iflags & BMV_IF_DELALLOC) != 0); in xfs_getbmap()
Dxfs_iops.c1089 bm.bmv_iflags |= BMV_IF_DELALLOC; in xfs_vn_fiemap()