Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode_item_recover.c507 dest = XFS_DFORK_APTR(dip); in xlog_recover_inode_commit_pass2()
513 dest = XFS_DFORK_APTR(dip); in xlog_recover_inode_commit_pass2()
/fs/xfs/libxfs/
Dxfs_format.h996 #define XFS_DFORK_APTR(dip) \ macro
999 ((w) == XFS_DATA_FORK ? XFS_DFORK_DPTR(dip) : XFS_DFORK_APTR(dip))
Dxfs_inode_fork.c274 (struct xfs_attr_shortform *)XFS_DFORK_APTR(dip); in xfs_dfork_attr_shortform_size()
/fs/xfs/scrub/
Dinode.c415 if (XFS_DFORK_APTR(dip) >= (char *)dip + mp->m_sb.sb_inodesize) in xchk_dinode()