Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_icache.c1011 .icw_flags = 0, in xfs_reclaim_inodes()
1036 .icw_flags = XFS_ICWALK_FLAG_SCAN_LIMIT, in xfs_reclaim_inodes_nr()
1078 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id()
1082 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id()
1086 if ((icw->icw_flags & XFS_ICWALK_FLAG_PRID) && in xfs_icwalk_match_id()
1102 if ((icw->icw_flags & XFS_ICWALK_FLAG_UID) && in xfs_icwalk_match_id_union()
1106 if ((icw->icw_flags & XFS_ICWALK_FLAG_GID) && in xfs_icwalk_match_id_union()
1132 if (icw->icw_flags & XFS_ICWALK_FLAG_UNION) in xfs_icwalk_match()
1592 icw.icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_blockgc_free_dquots()
1598 icw.icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_blockgc_free_dquots()
[all …]
A Dxfs_icache.h13 __u32 icw_flags; member
A Dxfs_ioctl.c1056 dst->icw_flags = 0; in xfs_fs_eofblocks_from_user()
1058 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()
1060 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user()
1062 dst->icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_fs_eofblocks_from_user()
1064 dst->icw_flags |= XFS_ICWALK_FLAG_PRID; in xfs_fs_eofblocks_from_user()
1066 dst->icw_flags |= XFS_ICWALK_FLAG_MINFILESIZE; in xfs_fs_eofblocks_from_user()
A Dxfs_file.c817 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
A Dxfs_super.c1874 .icw_flags = XFS_ICWALK_FLAG_SYNC, in xfs_remount_ro()
A Dxfs_trace.h4507 __entry->flags = icw ? icw->icw_flags : 0;

Completed in 28 milliseconds