Lines Matching refs:chunk
331 static int put_tree_ref(struct audit_context *ctx, struct audit_chunk *chunk) in put_tree_ref() argument
336 p->c[--left] = chunk; in put_tree_ref()
344 p->c[30] = chunk; in put_tree_ref()
1724 struct audit_chunk *chunk; in handle_one() local
1732 chunk = audit_tree_lookup(inode); in handle_one()
1734 if (!chunk) in handle_one()
1736 if (likely(put_tree_ref(context, chunk))) in handle_one()
1741 audit_put_chunk(chunk); in handle_one()
1745 put_tree_ref(context, chunk); in handle_one()
1770 struct audit_chunk *chunk; in handle_path() local
1771 chunk = audit_tree_lookup(inode); in handle_path()
1772 if (chunk) { in handle_path()
1773 if (unlikely(!put_tree_ref(context, chunk))) { in handle_path()
1774 drop = chunk; in handle_path()