Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_fs.h70 #define BMV_IF_DELALLOC 0x8 /* rtn status BMV_OF_DELALLOC if req */ macro
75 BMV_IF_DELALLOC|BMV_IF_NO_HOLES|BMV_IF_COWFORK)
/Linux-v4.19/fs/xfs/
Dxfs_bmap_util.c427 ASSERT((bmv->bmv_iflags & BMV_IF_DELALLOC) != 0); in xfs_getbmap_report_one()
569 if (!(iflags & BMV_IF_DELALLOC) && in xfs_getbmap()
629 if (iflags & BMV_IF_DELALLOC) in xfs_getbmap()