Searched defs:sb (Results 1 – 10 of 10) sorted by relevance
/security/tomoyo/ |
D | realpath.c | 155 struct super_block *sb = dentry->d_sb; in tomoyo_get_local_path() local 241 struct super_block *sb; in tomoyo_realpath_from_path() local
|
/security/selinux/ |
D | selinuxfs.c | 80 struct super_block *sb; member 83 static int selinux_fs_info_create(struct super_block *sb) in selinux_fs_info_create() 99 static void selinux_fs_info_free(struct super_block *sb) in selinux_fs_info_free() 1157 static struct inode *sel_make_inode(struct super_block *sb, int mode) in sel_make_inode() 1598 struct super_block *sb = dir->d_sb; in sel_make_avc_files() local 1634 struct super_block *sb = dir->d_sb; in sel_make_ss_files() local 1822 struct super_block *sb = dir->d_sb; in sel_make_class_dir_entries() local 1952 static int sel_fill_super(struct super_block *sb, struct fs_context *fc) in sel_fill_super() 2091 static void sel_kill_sb(struct super_block *sb) in sel_kill_sb()
|
D | hooks.c | 368 static int superblock_alloc_security(struct super_block *sb) in superblock_alloc_security() 388 static void superblock_free_security(struct super_block *sb) in superblock_free_security() 496 static int selinux_is_genfs_special_handling(struct super_block *sb) in selinux_is_genfs_special_handling() 509 static int selinux_is_sblabel_mnt(struct super_block *sb) in selinux_is_sblabel_mnt() 537 static int sb_finish_set_opts(struct super_block *sb) in sb_finish_set_opts() 632 static int parse_sid(struct super_block *sb, const char *s, u32 *sid) in parse_sid() 647 static int selinux_set_mnt_opts(struct super_block *sb, in selinux_set_mnt_opts() 1100 static int selinux_sb_show_options(struct seq_file *m, struct super_block *sb) in selinux_sb_show_options() 1339 struct super_block *sb = dentry->d_sb; in selinux_genfs_get_sid() local 1968 struct super_block *sb, in superblock_has_perm() [all …]
|
/security/ |
D | inode.c | 40 static int securityfs_fill_super(struct super_block *sb, struct fs_context *fc) in securityfs_fill_super()
|
D | security.c | 732 int security_quotactl(int cmds, int type, int id, struct super_block *sb) in security_quotactl() 810 int security_sb_alloc(struct super_block *sb) in security_sb_alloc() 815 void security_sb_free(struct super_block *sb) in security_sb_free() 835 int security_sb_remount(struct super_block *sb, in security_sb_remount() 842 int security_sb_kern_mount(struct super_block *sb) in security_sb_kern_mount() 847 int security_sb_show_options(struct seq_file *m, struct super_block *sb) in security_sb_show_options() 873 int security_sb_set_mnt_opts(struct super_block *sb, in security_sb_set_mnt_opts()
|
/security/selinux/include/ |
D | objsec.h | 64 struct super_block *sb; /* back pointer to sb object */ member
|
/security/smack/ |
D | smack_lsm.c | 541 static int smack_sb_alloc_security(struct super_block *sb) in smack_sb_alloc_security() 567 static void smack_sb_free_security(struct super_block *sb) in smack_sb_free_security() 778 static int smack_set_mnt_opts(struct super_block *sb, in smack_set_mnt_opts()
|
D | smackfs.c | 2826 static int smk_fill_super(struct super_block *sb, struct fs_context *fc) in smk_fill_super()
|
/security/apparmor/ |
D | apparmorfs.c | 136 static int apparmorfs_fill_super(struct super_block *sb, struct fs_context *fc) in apparmorfs_fill_super()
|
/security/selinux/ss/ |
D | services.c | 2801 int security_fs_use(struct selinux_state *state, struct super_block *sb) in security_fs_use()
|