Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_icache.h23 #define XFS_ICWALK_FLAG_UID (1U << 1) /* filter by uid */ macro
29 XFS_ICWALK_FLAG_UID | \
H A Dxfs_icache.c1134 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()
1158 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()
1646 icw.icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_blockgc_free_dquots()
H A Dxfs_ioctl.c1084 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()