Searched refs:new_sec_opts (Results 1 – 1 of 1) sorted by relevance
1747 void *new_sec_opts = NULL; in btrfs_mount_root() local1755 error = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_mount_root()1832 error = security_sb_set_mnt_opts(s, new_sec_opts, 0, NULL); in btrfs_mount_root()1833 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root()1846 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root()2003 void *new_sec_opts = NULL; in btrfs_remount() local2005 ret = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_remount()2007 ret = security_sb_remount(sb, new_sec_opts); in btrfs_remount()2008 security_free_mnt_opts(&new_sec_opts); in btrfs_remount()