Lines Matching refs:chunk
210 static int put_tree_ref(struct audit_context *ctx, struct audit_chunk *chunk) in put_tree_ref() argument
215 p->c[--left] = chunk; in put_tree_ref()
223 p->c[30] = chunk; in put_tree_ref()
1588 struct audit_chunk *chunk; in handle_one() local
1596 chunk = audit_tree_lookup(inode); in handle_one()
1598 if (!chunk) in handle_one()
1600 if (likely(put_tree_ref(context, chunk))) in handle_one()
1605 audit_put_chunk(chunk); in handle_one()
1609 put_tree_ref(context, chunk); in handle_one()
1634 struct audit_chunk *chunk; in handle_path() local
1635 chunk = audit_tree_lookup(inode); in handle_path()
1636 if (chunk) { in handle_path()
1637 if (unlikely(!put_tree_ref(context, chunk))) { in handle_path()
1638 drop = chunk; in handle_path()