函数名称:smack_inode_init_security - copy out the smack from an inode*@inode: the newly created inode*@dir: containing directory object*@qstr: unused*@name: where to put the attribute name*@value: where to put the attribute value*@len: where to put the length of
函数原型:static int smack_inode_init_security(struct inode *inode, struct inode *dir, const struct qstr *qstr, const char **name, void **value, size_t *len)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|
struct inode * | inode | |
struct inode * | dir | |
const struct qstr * | qstr | |
const char ** | name | |
void ** | value | |
size_t * | len | |