Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_icache.c938 (!icw || !(icw->icw_flags & XFS_ICWALK_FLAG_RECLAIM_SICK))) { in xfs_reclaim_igrab()
1074 .icw_flags = 0, in xfs_reclaim_inodes()
1078 icw.icw_flags |= XFS_ICWALK_FLAG_RECLAIM_SICK; in xfs_reclaim_inodes()
1099 .icw_flags = XFS_ICWALK_FLAG_SCAN_LIMIT, in xfs_reclaim_inodes_nr()
1104 icw.icw_flags |= XFS_ICWALK_FLAG_RECLAIM_SICK; in xfs_reclaim_inodes_nr()
1141 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()
1145 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id()
1149 if ((icw->icw_flags & XFS_ICWALK_FLAG_PRID) && in xfs_icwalk_match_id()
1165 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()
1169 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id_union()
[all …]
H A Dxfs_ioctl.c1075 dst->icw_flags = 0; in xfs_fs_eofblocks_from_user()
1077 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()
1079 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()
1081 dst->icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_fs_eofblocks_from_user()
1083 dst->icw_flags |= XFS_ICWALK_FLAG_PRID; in xfs_fs_eofblocks_from_user()
1085 dst->icw_flags |= XFS_ICWALK_FLAG_MINFILESIZE; in xfs_fs_eofblocks_from_user()
H A Dxfs_icache.h13 __u32 icw_flags; member
H A Dxfs_file.c1039 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
H A Dxfs_super.c2065 .icw_flags = XFS_ICWALK_FLAG_SYNC, in xfs_remount_ro()
H A Dxfs_trace.h4914 __entry->flags = icw ? icw->icw_flags : 0;