Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dsuper.c1309 struct security_mnt_opts new_sec_opts; in btrfs_mount() local
1332 security_init_mnt_opts(&new_sec_opts); in btrfs_mount()
1334 error = parse_security_options(data, &new_sec_opts); in btrfs_mount()
1404 error = setup_security_options(fs_info, s, &new_sec_opts); in btrfs_mount()
1418 security_free_mnt_opts(&new_sec_opts); in btrfs_mount()
1501 struct security_mnt_opts new_sec_opts; in btrfs_remount() local
1503 security_init_mnt_opts(&new_sec_opts); in btrfs_remount()
1504 ret = parse_security_options(data, &new_sec_opts); in btrfs_remount()
1508 &new_sec_opts); in btrfs_remount()
1510 security_free_mnt_opts(&new_sec_opts); in btrfs_remount()