Lines Matching defs:buffer
156 const struct path *path, int flags, char *buffer,
163 error = aa_path_name(path, flags, buffer, name, &info,
283 const struct path *path, char *buffer, u32 request,
294 flags | profile->path_flags, buffer, &name, cond,
319 char *buffer = NULL;
324 buffer = aa_get_buffer(false);
325 if (!buffer)
328 profile_path_perm(op, profile, path, buffer, request,
331 aa_put_buffer(buffer);
357 const struct path *link, char *buffer,
369 buffer, &lname, cond, AA_MAY_LINK);
464 char *buffer = NULL, *buffer2 = NULL;
468 /* buffer freed below, lname is pointer in buffer */
469 buffer = aa_get_buffer(false);
472 if (!buffer || !buffer2)
476 profile_path_link(profile, &link, buffer, &target,
479 aa_put_buffer(buffer);
515 char *buffer;
524 buffer = aa_get_buffer(in_atomic);
525 if (!buffer)
530 profile_path_perm(op, profile, &file->f_path, buffer,
544 buffer, request, &cond, flags,
549 buffer, request, &cond, flags,
555 aa_put_buffer(buffer);