Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icache.c865 (!icw || !(icw->icw_flags & XFS_ICWALK_FLAG_RECLAIM_SICK))) { in xfs_reclaim_igrab()
985 .icw_flags = 0, in xfs_reclaim_inodes()
989 icw.icw_flags |= XFS_ICWALK_FLAG_RECLAIM_SICK; in xfs_reclaim_inodes()
1010 .icw_flags = XFS_ICWALK_FLAG_SCAN_LIMIT, in xfs_reclaim_inodes_nr()
1015 icw.icw_flags |= XFS_ICWALK_FLAG_RECLAIM_SICK; in xfs_reclaim_inodes_nr()
1050 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()
1054 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id()
1058 if ((icw->icw_flags & XFS_ICWALK_FLAG_PRID) && in xfs_icwalk_match_id()
1074 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()
1078 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id_union()
[all …]
Dxfs_icache.h13 __u32 icw_flags; member
Dxfs_ioctl.c1907 dst->icw_flags = 0; in xfs_fs_eofblocks_from_user()
1909 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()
1911 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()
1913 dst->icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_fs_eofblocks_from_user()
1915 dst->icw_flags |= XFS_ICWALK_FLAG_PRID; in xfs_fs_eofblocks_from_user()
1917 dst->icw_flags |= XFS_ICWALK_FLAG_MINFILESIZE; in xfs_fs_eofblocks_from_user()
Dxfs_file.c780 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
Dxfs_super.c1787 .icw_flags = XFS_ICWALK_FLAG_SYNC, in xfs_remount_ro()
Dxfs_trace.h4026 __entry->flags = icw ? icw->icw_flags : 0;