Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dinode.c374 if (XFS_DFORK_APTR(dip) >= (char *)dip + mp->m_sb.sb_inodesize) in xchk_dinode()
/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.c105 atp = (xfs_attr_shortform_t *)XFS_DFORK_APTR(dip); in xfs_iformat_fork()
/fs/xfs/
Dxfs_log_recover.c3168 dest = XFS_DFORK_APTR(dip); in xlog_recover_inode_pass2()
3174 dest = XFS_DFORK_APTR(dip); in xlog_recover_inode_pass2()