Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsecurity.h264 int security_sb_clone_mnt_opts(const struct super_block *oldsb,
610 static inline int security_sb_clone_mnt_opts(const struct super_block *oldsb, in security_sb_clone_mnt_opts() function
/Linux-v4.19/security/
Dsecurity.c429 int security_sb_clone_mnt_opts(const struct super_block *oldsb, in security_sb_clone_mnt_opts() function
437 EXPORT_SYMBOL(security_sb_clone_mnt_opts);
/Linux-v4.19/fs/nfs/
Dsuper.c2572 error = security_sb_clone_mnt_opts(mount_info->cloned->sb, s, kflags, in nfs_clone_sb_security()