dirty            1117 xfs/xfs_vnodeops-bsd.c 	int dirty = 0;
dirty            1121 xfs/xfs_vnodeops-bsd.c 	while (pg && !dirty) {
dirty            1122 xfs/xfs_vnodeops-bsd.c 	    dirty = pmap_is_modified(pg) || (pg->flags & PG_CLEAN) == 0;
dirty            1126 xfs/xfs_vnodeops-bsd.c 	if (dirty)