Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Ddqiterate.c34 cursor->quota_ip = xfs_quota_inode(sc->mp, cursor->dqtype); in xchk_dqiter_init()
47 struct xfs_ifork *ifp = xfs_ifork_ptr(cursor->quota_ip, in xchk_dquot_iter_revalidate_bmap()
66 error = xfs_bmapi_read(cursor->quota_ip, fileoff, in xchk_dquot_iter_revalidate_bmap()
91 struct xfs_ifork *ifp = xfs_ifork_ptr(cursor->quota_ip, in xchk_dquot_iter_advance_bmap()
107 error = xfs_bmapi_read(cursor->quota_ip, fileoff, in xchk_dquot_iter_advance_bmap()
186 lock_mode = xfs_ilock_data_map_shared(cursor->quota_ip); in xchk_dquot_iter()
190 xfs_iunlock(cursor->quota_ip, lock_mode); in xchk_dquot_iter()
H A Dquota.h17 struct xfs_inode *quota_ip; member
H A Dtrace.h476 __entry->ino = cursor->quota_ip->i_ino;