Searched refs:XFS_DFORK_APTR (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c509 dest = XFS_DFORK_APTR(dip);
515 dest = XFS_DFORK_APTR(dip);
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h797 * attribute use the XFS_DFORK_DPTR, XFS_DFORK_APTR, and XFS_DFORK_PTR macros
1011 #define XFS_DFORK_APTR(dip) \ macro
1014 ((w) == XFS_DATA_FORK ? XFS_DFORK_DPTR(dip) : XFS_DFORK_APTR(dip))
H A Dxfs_inode_fork.c292 struct xfs_attr_sf_hdr *sf = XFS_DFORK_APTR(dip);
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c1199 before = XFS_DFORK_APTR(dip);
1201 after = XFS_DFORK_APTR(dip);

Completed in 209 milliseconds