Searched refs:icw_flags (Results 1 – 6 of 6) sorted by relevance
1072 .icw_flags = 0, in xfs_reclaim_inodes()1097 .icw_flags = XFS_ICWALK_FLAG_SCAN_LIMIT, in xfs_reclaim_inodes_nr()1139 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()1143 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id()1147 if ((icw->icw_flags & XFS_ICWALK_FLAG_PRID) && in xfs_icwalk_match_id()1163 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()1167 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id_union()1193 if (icw->icw_flags & XFS_ICWALK_FLAG_UNION) in xfs_icwalk_match()1651 icw.icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_blockgc_free_dquots()1657 icw.icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_blockgc_free_dquots()[all …]
1079 dst->icw_flags = 0; in xfs_fs_eofblocks_from_user()1081 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()1083 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()1085 dst->icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_fs_eofblocks_from_user()1087 dst->icw_flags |= XFS_ICWALK_FLAG_PRID; in xfs_fs_eofblocks_from_user()1089 dst->icw_flags |= XFS_ICWALK_FLAG_MINFILESIZE; in xfs_fs_eofblocks_from_user()
13 __u32 icw_flags; member
1007 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
2092 .icw_flags = XFS_ICWALK_FLAG_SYNC, in xfs_remount_ro()
4884 __entry->flags = icw ? icw->icw_flags : 0;
Completed in 26 milliseconds