Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsecurity.h298 int security_sb_clone_mnt_opts(const struct super_block *oldsb,
660 static inline int security_sb_clone_mnt_opts(const struct super_block *oldsb, in security_sb_clone_mnt_opts() function
/Linux-v5.4/security/
Dsecurity.c884 int security_sb_clone_mnt_opts(const struct super_block *oldsb, in security_sb_clone_mnt_opts() function
892 EXPORT_SYMBOL(security_sb_clone_mnt_opts);
/Linux-v5.4/fs/nfs/
Dsuper.c2636 error = security_sb_clone_mnt_opts(mount_info->cloned->sb, s, kflags, in nfs_clone_sb_security()