Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_icache.h23 #define XFS_ICWALK_FLAG_UID (1U << 1) /* filter by uid */ macro
29 XFS_ICWALK_FLAG_UID | \
Dxfs_icache.c1078 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()
1102 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()
1592 icw.icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_blockgc_free_dquots()
Dxfs_ioctl.c1060 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()