Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 8 of 8) sorted by relevance

/security/
Dinode.c40 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/
Dfile.c953 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()
Dmount.c53 &acl->fs_type) && in tomoyo_check_mount_acl()
Dgc.c195 tomoyo_put_name_union(&entry->fs_type); in tomoyo_del_acl()
Dcommon.h747 struct tomoyo_name_union fs_type; member
Dcommon.c1536 tomoyo_print_name_union(head, &ptr->fs_type); in tomoyo_print_entry()
/security/smack/
Dsmackfs.c1570 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/
Dselinuxfs.c1909 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()