Searched refs:new_sec_opts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 1617 void *new_sec_opts = NULL; in btrfs_mount_root() local 1625 error = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_mount_root() 1698 error = security_sb_set_mnt_opts(s, new_sec_opts, 0, NULL); in btrfs_mount_root() 1699 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root() 1712 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root() 1870 void *new_sec_opts = NULL; in btrfs_remount() local 1872 ret = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_remount() 1874 ret = security_sb_remount(sb, new_sec_opts); in btrfs_remount() 1875 security_free_mnt_opts(&new_sec_opts); in btrfs_remount()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 1451 void *new_sec_opts = NULL; in btrfs_mount_root() local 1456 error = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_mount_root() 1531 error = security_sb_set_mnt_opts(s, new_sec_opts, 0, NULL); in btrfs_mount_root() 1532 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root() 1545 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root() 1703 void *new_sec_opts = NULL; in btrfs_remount() local 1705 ret = security_sb_eat_lsm_opts(data, &new_sec_opts); in btrfs_remount() 1707 ret = security_sb_remount(sb, new_sec_opts); in btrfs_remount() 1708 security_free_mnt_opts(&new_sec_opts); in btrfs_remount()
|
Completed in 7 milliseconds