Searched refs:iwalk_flags (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_icache.h | 62 unsigned int iwalk_flags); 63 int xfs_blockgc_free_quota(struct xfs_inode *ip, unsigned int iwalk_flags);
|
| H A D | xfs_itable.h | 17 unsigned int iwalk_flags; /* XFS_IWALK_FLAG_* */ member
|
| H A D | xfs_itable.c | 330 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 D | xfs_icache.c | 1637 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 D | xfs_ioctl.c | 224 breq->iwalk_flags |= XFS_IWALK_SAME_AG; in xfs_bulk_ireq_setup()
|