Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h67 #define BMV_IF_ATTRFORK 0x1 /* return attr fork rather than data */ macro
74 (BMV_IF_ATTRFORK|BMV_IF_NO_DMAPI_READ|BMV_IF_PREALLOC| \
/linux-4.19.296/fs/xfs/
Dxfs_bmap_util.c529 if ((iflags & BMV_IF_ATTRFORK) && (iflags & BMV_IF_COWFORK)) in xfs_getbmap()
538 if (iflags & BMV_IF_ATTRFORK) in xfs_getbmap()
Dxfs_ioctl.c1575 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap()