Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_fs.h115 #define BMV_IF_PREALLOC 0x4 /* rtn status BMV_OF_PREALLOC if req */ macro
118 (BMV_IF_ATTRFORK|BMV_IF_NO_DMAPI_READ|BMV_IF_PREALLOC|BMV_IF_DELALLOC)
Dxfs_bmap.c5983 ((iflags & BMV_IF_PREALLOC) ? 0 : XFS_BMAPI_IGSTATE); in xfs_getbmap()
/fs/xfs/linux-2.6/
Dxfs_iops.c727 bm.bmv_iflags = BMV_IF_PREALLOC; in xfs_vn_fiemap()