Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/fs/xfs/ !
Dxfs_bmap_util.c425 if ((iflags & BMV_IF_ATTRFORK) && (iflags & BMV_IF_COWFORK)) in xfs_getbmap()
434 if (iflags & BMV_IF_ATTRFORK) in xfs_getbmap()
Dxfs_ioctl.c1466 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap()