Searched refs:icw_flags (Results 1 – 6 of 6) sorted by relevance
839 (!icw || !(icw->icw_flags & XFS_ICWALK_FLAG_RECLAIM_SICK))) { in xfs_reclaim_igrab()967 .icw_flags = 0, in xfs_reclaim_inodes()971 icw.icw_flags |= XFS_ICWALK_FLAG_RECLAIM_SICK; in xfs_reclaim_inodes()992 .icw_flags = XFS_ICWALK_FLAG_SCAN_LIMIT, in xfs_reclaim_inodes_nr()997 icw.icw_flags |= XFS_ICWALK_FLAG_RECLAIM_SICK; in xfs_reclaim_inodes_nr()1032 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()1036 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id()1040 if ((icw->icw_flags & XFS_ICWALK_FLAG_PRID) && in xfs_icwalk_match_id()1056 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()1060 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id_union()[all …]
13 __u32 icw_flags; member
1833 dst->icw_flags = 0; in xfs_fs_eofblocks_from_user()1835 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()1837 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()1839 dst->icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_fs_eofblocks_from_user()1841 dst->icw_flags |= XFS_ICWALK_FLAG_PRID; in xfs_fs_eofblocks_from_user()1843 dst->icw_flags |= XFS_ICWALK_FLAG_MINFILESIZE; in xfs_fs_eofblocks_from_user()
774 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
1836 .icw_flags = XFS_ICWALK_FLAG_SYNC, in xfs_remount_ro()
4264 __entry->flags = icw ? icw->icw_flags : 0;