Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_inode_item_recover.c510 ASSERT(len <= XFS_DFORK_ASIZE(dip, mp)); in xlog_recover_inode_commit_pass2()
518 XFS_DFORK_ASIZE(dip, mp)); in xlog_recover_inode_commit_pass2()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_format.h1005 #define XFS_DFORK_ASIZE(dip,mp) \ macro
1010 XFS_DFORK_ASIZE(dip, mp))
/linux-6.12.1/fs/xfs/scrub/
Dinode_repair.c1266 memmove(after, before, XFS_DFORK_ASIZE(dip, sc->mp)); in xrep_dinode_ensure_forkoff()
1277 bmdr_minsz > XFS_DFORK_ASIZE(dip, sc->mp)) { in xrep_dinode_ensure_forkoff()
Dinode.c577 fork_recs = XFS_DFORK_ASIZE(dip, mp) / sizeof(struct xfs_bmbt_rec); in xchk_dinode()