Home
last modified time | relevance | path

Searched refs:iwalk_flags (Results 1 – 4 of 4) 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_icache.c1635 unsigned int iwalk_flags) in xfs_blockgc_free_dquots() argument
1647 icw.icw_flags = XFS_ICWALK_FLAG_UNION | iwalk_flags; in xfs_blockgc_free_dquots()
1677 unsigned int iwalk_flags) in xfs_blockgc_free_quota() argument
1682 xfs_inode_dquot(ip, XFS_DQTYPE_PROJ), iwalk_flags); in xfs_blockgc_free_quota()
H A Dxfs_ioctl.c227 breq->iwalk_flags |= XFS_IWALK_SAME_AG; in xfs_bulk_ireq_setup()