Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dsuper.c1646 void *new_sec_opts = NULL; in btrfs_mount_root() local
1654 error = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_mount_root()
1729 error = security_sb_set_mnt_opts(s, new_sec_opts, 0, NULL); in btrfs_mount_root()
1730 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root()
1743 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root()
1906 void *new_sec_opts = NULL; in btrfs_remount() local
1908 ret = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_remount()
1910 ret = security_sb_remount(sb, new_sec_opts); in btrfs_remount()
1911 security_free_mnt_opts(&new_sec_opts); in btrfs_remount()