Home
last modified time | relevance | path

Searched refs:xchk_ilock_inverted (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/scrub/
Dparent.c195 error = xchk_ilock_inverted(dp, XFS_IOLOCK_SHARED); in xchk_parent_validate()
206 error = xchk_ilock_inverted(sc->ip, XFS_IOLOCK_EXCL); in xchk_parent_validate()
Dcommon.h148 int xchk_ilock_inverted(struct xfs_inode *ip, uint lock_mode);
Dcommon.c885 xchk_ilock_inverted( in xchk_ilock_inverted() function