Lines Matching refs:chunk
211 static int put_tree_ref(struct audit_context *ctx, struct audit_chunk *chunk) in put_tree_ref() argument
216 p->c[--left] = chunk; in put_tree_ref()
224 p->c[30] = chunk; in put_tree_ref()
1740 struct audit_chunk *chunk; in handle_one() local
1748 chunk = audit_tree_lookup(inode); in handle_one()
1750 if (!chunk) in handle_one()
1752 if (likely(put_tree_ref(context, chunk))) in handle_one()
1757 audit_put_chunk(chunk); in handle_one()
1761 put_tree_ref(context, chunk); in handle_one()
1784 struct audit_chunk *chunk; in handle_path() local
1785 chunk = audit_tree_lookup(inode); in handle_path()
1786 if (chunk) { in handle_path()
1787 if (unlikely(!put_tree_ref(context, chunk))) { in handle_path()
1788 drop = chunk; in handle_path()