Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dfs_context.c503 security_free_mnt_opts(&fc->security); in put_fs_context()
728 security_free_mnt_opts(&fc->security); in vfs_clean_context()
/Linux-v5.4/fs/btrfs/
Dsuper.c1565 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root()
1578 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root()
1741 security_free_mnt_opts(&new_sec_opts); in btrfs_remount()
/Linux-v5.4/include/linux/
Dsecurity.h284 void security_free_mnt_opts(void **mnt_opts);
463 static inline void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() function
/Linux-v5.4/security/
Dsecurity.c820 void security_free_mnt_opts(void **mnt_opts) in security_free_mnt_opts() function
827 EXPORT_SYMBOL(security_free_mnt_opts);
/Linux-v5.4/fs/nfs/
Dsuper.c966 security_free_mnt_opts(&data->lsm_opts); in nfs_free_parsed_mount_data()