Lines Matching refs:idmap
1905 * @idmap: idmap of the mount
1910 void security_path_post_mknod(struct mnt_idmap *idmap, struct dentry *dentry)
1914 call_void_hook(path_post_mknod, idmap, dentry);
2118 * @idmap: idmap of the mount
2123 void security_inode_post_create_tmpfile(struct mnt_idmap *idmap,
2128 call_void_hook(inode_post_create_tmpfile, idmap, inode);
2329 * @idmap: idmap of the mount
2340 int security_inode_setattr(struct mnt_idmap *idmap,
2345 return call_int_hook(inode_setattr, idmap, dentry, attr);
2351 * @idmap: idmap of the mount
2357 void security_inode_post_setattr(struct mnt_idmap *idmap, struct dentry *dentry,
2362 call_void_hook(inode_post_setattr, idmap, dentry, ia_valid);
2382 * @idmap: idmap of the mount
2406 int security_inode_setxattr(struct mnt_idmap *idmap,
2422 return call_int_hook(inode_setxattr, idmap, dentry, name, value, size,
2428 * @idmap: idmap of the mount
2438 int security_inode_set_acl(struct mnt_idmap *idmap,
2444 return call_int_hook(inode_set_acl, idmap, dentry, acl_name, kacl);
2466 * @idmap: idmap of the mount
2475 int security_inode_get_acl(struct mnt_idmap *idmap,
2480 return call_int_hook(inode_get_acl, idmap, dentry, acl_name);
2485 * @idmap: idmap of the mount
2494 int security_inode_remove_acl(struct mnt_idmap *idmap,
2499 return call_int_hook(inode_remove_acl, idmap, dentry, acl_name);
2504 * @idmap: idmap of the mount
2509 * @dentry in @idmap. The posix acls are identified by @acl_name.
2511 void security_inode_post_remove_acl(struct mnt_idmap *idmap,
2516 call_void_hook(inode_post_remove_acl, idmap, dentry, acl_name);
2572 * @idmap: idmap of the mount
2593 int security_inode_removexattr(struct mnt_idmap *idmap,
2603 rc = cap_inode_removexattr(idmap, dentry, name);
2608 return call_int_hook(inode_removexattr, idmap, dentry, name);
2673 * @idmap: idmap of the mount
2682 int security_inode_killpriv(struct mnt_idmap *idmap,
2685 return call_int_hook(inode_killpriv, idmap, dentry);
2690 * @idmap: idmap of the mount
2704 int security_inode_getsecurity(struct mnt_idmap *idmap,
2711 return call_int_hook(inode_getsecurity, idmap, inode, name, buffer,