Home
last modified time | relevance | path

Searched refs:security_sb_set_mnt_opts (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dsecurity.h294 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/
Dsecurity.c873 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/
Dsuper.c1570 error = security_sb_set_mnt_opts(sb, fc->security, 0, NULL); in vfs_get_tree()
/Linux-v5.4/fs/btrfs/
Dsuper.c1564 error = security_sb_set_mnt_opts(s, new_sec_opts, 0, NULL); in btrfs_mount_root()
/Linux-v5.4/fs/nfs/
Dsuper.c2610 error = security_sb_set_mnt_opts(s, mount_info->parsed->lsm_opts, in nfs_set_sb_security()