Lines Matching refs:rawdata
235 /* rawdata is only ever referenced by fs lookup, that is no
237 * enable the rawdata to be freed if for some reason the profile
240 aa_put_profile_loaddata(profile->rawdata);
241 profile->rawdata = NULL;
360 aa_put_profile_loaddata(profile->rawdata);
1227 /* check for duplicate rawdata blobs: space and file dedup */
1253 ent->new->rawdata = aa_get_profile_loaddata(udata);
1344 if (ent->old && ent->old->rawdata == ent->new->rawdata &&
1345 ent->new->rawdata) {
1357 if (ent->old && ent->old->rawdata &&
1359 /* remove rawdata symlinks because the symlink
1377 /* recreate rawdata symlinks */
1378 if (!ent->old->rawdata)