Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h115 #define BMV_IF_PREALLOC 0x4 /* rtn status BMV_OF_PREALLOC if req */ macro
119 (BMV_IF_ATTRFORK|BMV_IF_NO_DMAPI_READ|BMV_IF_PREALLOC| \
/linux-4.1.27/fs/xfs/
Dxfs_iops.c1085 bm.bmv_iflags = BMV_IF_PREALLOC | BMV_IF_NO_HOLES; in xfs_vn_fiemap()
Dxfs_bmap_util.c605 if (!(iflags & BMV_IF_PREALLOC)) in xfs_getbmap()