Lines Matching defs:aa_sfs_entry

993 	struct aa_sfs_entry *fs_file = seq->private;
2308 static struct aa_sfs_entry aa_sfs_entry_file[] = {
2314 static struct aa_sfs_entry aa_sfs_entry_ptrace[] = {
2319 static struct aa_sfs_entry aa_sfs_entry_signal[] = {
2324 static struct aa_sfs_entry aa_sfs_entry_attach[] = {
2328 static struct aa_sfs_entry aa_sfs_entry_domain[] = {
2343 static struct aa_sfs_entry aa_sfs_entry_unconfined[] = {
2348 static struct aa_sfs_entry aa_sfs_entry_versions[] = {
2358 static struct aa_sfs_entry aa_sfs_entry_policy[] = {
2369 static struct aa_sfs_entry aa_sfs_entry_mount[] = {
2375 static struct aa_sfs_entry aa_sfs_entry_ns[] = {
2382 static struct aa_sfs_entry aa_sfs_entry_query_label[] = {
2389 static struct aa_sfs_entry aa_sfs_entry_query[] = {
2394 static struct aa_sfs_entry aa_sfs_entry_io_uring[] = {
2399 static struct aa_sfs_entry aa_sfs_entry_features[] = {
2416 static struct aa_sfs_entry aa_sfs_entry_apparmor[] = {
2429 static struct aa_sfs_entry aa_sfs_entry =
2434 * @fs_file: aa_sfs_entry to build an entry for (NOT NULL)
2439 static int __init entry_create_file(struct aa_sfs_entry *fs_file,
2455 static void __init entry_remove_dir(struct aa_sfs_entry *fs_dir);
2458 * @fs_dir: aa_sfs_entry (and all child entries) to build (NOT NULL)
2463 static int __init entry_create_dir(struct aa_sfs_entry *fs_dir,
2466 struct aa_sfs_entry *fs_file;
2494 * @fs_file: aa_sfs_entry to detach from the securityfs (NOT NULL)
2496 static void __init entry_remove_file(struct aa_sfs_entry *fs_file)
2507 * @fs_dir: aa_sfs_entry (and all child entries) to detach (NOT NULL)
2509 static void __init entry_remove_dir(struct aa_sfs_entry *fs_dir)
2511 struct aa_sfs_entry *fs_file;
2530 entry_remove_dir(&aa_sfs_entry);
2638 if (aa_sfs_entry.dentry) {
2650 error = entry_create_dir(&aa_sfs_entry, NULL);
2654 dent = securityfs_create_file(".load", 0666, aa_sfs_entry.dentry,
2660 dent = securityfs_create_file(".replace", 0666, aa_sfs_entry.dentry,
2666 dent = securityfs_create_file(".remove", 0666, aa_sfs_entry.dentry,
2672 dent = securityfs_create_file("revision", 0444, aa_sfs_entry.dentry,
2687 dent = securityfs_create_symlink("policy", aa_sfs_entry.dentry,
2692 error = aa_mk_null_file(aa_sfs_entry.dentry);