Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dinode.c384 if (XFS_DFORK_APTR(dip) >= (char *)dip + mp->m_sb.sb_inodesize) in xchk_dinode()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_format.h973 #define XFS_DFORK_APTR(dip) \ macro
976 ((w) == XFS_DATA_FORK ? XFS_DFORK_DPTR(dip) : XFS_DFORK_APTR(dip))
Dxfs_inode_fork.c103 atp = (xfs_attr_shortform_t *)XFS_DFORK_APTR(dip); in xfs_iformat_fork()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c3230 dest = XFS_DFORK_APTR(dip); in xlog_recover_inode_pass2()
3236 dest = XFS_DFORK_APTR(dip); in xlog_recover_inode_pass2()