Home
last modified time | relevance | path

Searched refs:iwalk_flags (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_icache.h62 unsigned int iwalk_flags);
63 int xfs_blockgc_free_quota(struct xfs_inode *ip, unsigned int iwalk_flags);
H A Dxfs_itable.h17 unsigned int iwalk_flags; /* XFS_IWALK_FLAG_* */ member
H A Dxfs_itable.c330 error = xfs_iwalk(breq->mp, tp, breq->startino, breq->iwalk_flags, in xfs_bulkstat()
456 error = xfs_inobt_walk(breq->mp, tp, breq->startino, breq->iwalk_flags, in xfs_inumbers()
H A Dxfs_icache.c1637 unsigned int iwalk_flags) in xfs_blockgc_free_dquots() argument
1649 icw.icw_flags = XFS_ICWALK_FLAG_UNION | iwalk_flags; in xfs_blockgc_free_dquots()
1679 unsigned int iwalk_flags) in xfs_blockgc_free_quota() argument
1684 xfs_inode_dquot(ip, XFS_DQTYPE_PROJ), iwalk_flags); in xfs_blockgc_free_quota()
H A Dxfs_ioctl.c224 breq->iwalk_flags |= XFS_IWALK_SAME_AG; in xfs_bulk_ireq_setup()