Home
last modified time | relevance | path

Searched refs:icw_flags (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_icache.c860 (!icw || !(icw->icw_flags & XFS_ICWALK_FLAG_RECLAIM_SICK))) { in xfs_reclaim_igrab()
980 .icw_flags = 0, in xfs_reclaim_inodes()
984 icw.icw_flags |= XFS_ICWALK_FLAG_RECLAIM_SICK; in xfs_reclaim_inodes()
1005 .icw_flags = XFS_ICWALK_FLAG_SCAN_LIMIT, in xfs_reclaim_inodes_nr()
1010 icw.icw_flags |= XFS_ICWALK_FLAG_RECLAIM_SICK; in xfs_reclaim_inodes_nr()
1045 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()
1049 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id()
1053 if ((icw->icw_flags & XFS_ICWALK_FLAG_PRID) && in xfs_icwalk_match_id()
1069 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()
1073 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id_union()
[all …]
Dxfs_icache.h13 __u32 icw_flags; member
Dxfs_ioctl.c1906 dst->icw_flags = 0; in xfs_fs_eofblocks_from_user()
1908 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()
1910 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()
1912 dst->icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_fs_eofblocks_from_user()
1914 dst->icw_flags |= XFS_ICWALK_FLAG_PRID; in xfs_fs_eofblocks_from_user()
1916 dst->icw_flags |= XFS_ICWALK_FLAG_MINFILESIZE; in xfs_fs_eofblocks_from_user()
Dxfs_file.c782 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
Dxfs_trace.h4025 __entry->flags = icw ? icw->icw_flags : 0;