Searched refs:security_sb_set_mnt_opts (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/nfs/
H A Dgetroot.c142 error = security_sb_set_mnt_opts(s, fc->security,
/linux-master/include/linux/
H A Dsecurity.h74 /* LSM Agnostic defines for security_sb_set_mnt_opts() flags */
320 int security_sb_set_mnt_opts(struct super_block *sb,
744 static inline int security_sb_set_mnt_opts(struct super_block *sb, function
/linux-master/security/
H A Dsecurity.c1493 * security_sb_set_mnt_opts() - Set the mount options for a filesystem
1503 int security_sb_set_mnt_opts(struct super_block *sb, function
1520 EXPORT_SYMBOL(security_sb_set_mnt_opts); variable
/linux-master/fs/
H A Dsuper.c1804 error = security_sb_set_mnt_opts(sb, fc->security, 0, NULL);

Completed in 136 milliseconds