Searched refs:security_sb_set_mnt_opts (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | security.h | 294 int security_sb_set_mnt_opts(struct super_block *sb, 652 static inline int security_sb_set_mnt_opts(struct super_block *sb, in security_sb_set_mnt_opts() function
|
/Linux-v5.4/security/ |
D | security.c | 873 int security_sb_set_mnt_opts(struct super_block *sb, in security_sb_set_mnt_opts() function 882 EXPORT_SYMBOL(security_sb_set_mnt_opts);
|
/Linux-v5.4/fs/ |
D | super.c | 1570 error = security_sb_set_mnt_opts(sb, fc->security, 0, NULL); in vfs_get_tree()
|
/Linux-v5.4/fs/btrfs/ |
D | super.c | 1564 error = security_sb_set_mnt_opts(s, new_sec_opts, 0, NULL); in btrfs_mount_root()
|
/Linux-v5.4/fs/nfs/ |
D | super.c | 2610 error = security_sb_set_mnt_opts(s, mount_info->parsed->lsm_opts, in nfs_set_sb_security()
|