Searched refs:fs_type (Results 1 – 8 of 8) sorted by relevance
/security/ |
D | inode.c | 40 static struct dentry *get_sb(struct file_system_type *fs_type, in get_sb() argument 44 return mount_single(fs_type, flags, data, fill_super); in get_sb() 47 static struct file_system_type fs_type = { variable 98 error = simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_create_file() 228 retval = register_filesystem(&fs_type); in securityfs_init()
|
/security/tomoyo/ |
D | file.c | 953 tomoyo_same_name_union(&p1->fs_type, &p2->fs_type) && in tomoyo_same_mount_acl() 972 !tomoyo_parse_name_union(param, &e.fs_type) || in tomoyo_update_mount_acl() 980 tomoyo_put_name_union(&e.fs_type); in tomoyo_update_mount_acl()
|
D | mount.c | 53 &acl->fs_type) && in tomoyo_check_mount_acl()
|
D | gc.c | 195 tomoyo_put_name_union(&entry->fs_type); in tomoyo_del_acl()
|
D | common.h | 747 struct tomoyo_name_union fs_type; member
|
D | common.c | 1536 tomoyo_print_name_union(head, &ptr->fs_type); in tomoyo_print_entry()
|
/security/smack/ |
D | smackfs.c | 1570 static struct dentry *smk_mount(struct file_system_type *fs_type, in smk_mount() argument 1573 return mount_single(fs_type, flags, data, smk_fill_super); in smk_mount()
|
/security/selinux/ |
D | selinuxfs.c | 1909 static struct dentry *sel_mount(struct file_system_type *fs_type, in sel_mount() argument 1912 return mount_single(fs_type, flags, data, sel_fill_super); in sel_mount()
|