Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_icache.h24 #define XFS_ICWALK_FLAG_GID (1U << 2) /* filter by gid */ macro
30 XFS_ICWALK_FLAG_GID | \
Dxfs_icache.c1041 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id()
1065 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id_union()
1552 icw.icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_blockgc_free_dquots()
Dxfs_ioctl.c1843 dst->icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_fs_eofblocks_from_user()