Home
last modified time | relevance | path

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

/openbmc/linux/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.c1032 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()
1056 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()
1540 icw.icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_blockgc_free_dquots()
H A Dxfs_ioctl.c1847 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()