Searched refs:iwalk_flags (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/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.c | 281 unsigned int iwalk_flags = 0; in xfs_bulkstat() local 306 iwalk_flags |= XFS_IWALK_SAME_AG; in xfs_bulkstat() 308 error = xfs_iwalk(breq->mp, tp, breq->startino, iwalk_flags, in xfs_bulkstat()
|
H A D | xfs_icache.c | 1524 unsigned int iwalk_flags) in xfs_blockgc_free_dquots() 1536 icw.icw_flags = XFS_ICWALK_FLAG_UNION | iwalk_flags; in xfs_blockgc_free_dquots() 1566 unsigned int iwalk_flags) in xfs_blockgc_free_quota() 1571 xfs_inode_dquot(ip, XFS_DQTYPE_PROJ), iwalk_flags); in xfs_blockgc_free_quota() 1519 xfs_blockgc_free_dquots( struct xfs_mount *mp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, unsigned int iwalk_flags) xfs_blockgc_free_dquots() argument 1564 xfs_blockgc_free_quota( struct xfs_inode *ip, unsigned int iwalk_flags) xfs_blockgc_free_quota() argument
|
Completed in 3 milliseconds