Function report |
Source Code:security\apparmor\apparmorfs.c |
Create Date:2022-07-28 19:49:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:multi_transaction_new
Proto:static struct multi_transaction *multi_transaction_new(struct file *file, const char __user *buf, size_t size)
Type:struct multi_transaction
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
const char __user * | buf | |
size_t | size |
894 | If size > MULTI_TRANSACTION_LIMIT - 1 Then Return ERR_PTR( - EFBIG) |
897 | t = get_zeroed_page(GFP_KERNEL) |
904 | Return t |
Name | Describe |
---|---|
aa_write_access | aa_write_access - generic permissions and data query*@file: pointer to open apparmorfs/access file*@ubuf: user buffer containing the complete query string (NOT NULL)*@count: size of ubuf*@ppos: position in the file (MUST BE ZERO)* Allows for one |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |