Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsuper.c1525 struct security_mnt_opts new_sec_opts; in btrfs_mount_root() local
1532 security_init_mnt_opts(&new_sec_opts); in btrfs_mount_root()
1534 error = parse_security_options(data, &new_sec_opts); in btrfs_mount_root()
1610 error = setup_security_options(fs_info, s, &new_sec_opts); in btrfs_mount_root()
1623 security_free_mnt_opts(&new_sec_opts); in btrfs_mount_root()
1782 struct security_mnt_opts new_sec_opts; in btrfs_remount() local
1784 security_init_mnt_opts(&new_sec_opts); in btrfs_remount()
1785 ret = parse_security_options(data, &new_sec_opts); in btrfs_remount()
1789 &new_sec_opts); in btrfs_remount()
1791 security_free_mnt_opts(&new_sec_opts); in btrfs_remount()