Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dgetroot.c142 error = security_sb_set_mnt_opts(s, fc->security, in nfs_get_root()
/linux/security/
H A Dsecurity.c1613 int security_sb_set_mnt_opts(struct super_block *sb, in security_sb_set_mnt_opts() function
1629 EXPORT_SYMBOL(security_sb_set_mnt_opts);
/linux/fs/
H A Dsuper.c1839 error = security_sb_set_mnt_opts(sb, fc->security, 0, NULL); in vfs_get_tree()