Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dsuper.c1438 struct security_mnt_opts new_sec_opts; in btrfs_mount() local
1461 security_init_mnt_opts(&new_sec_opts); in btrfs_mount()
1463 error = parse_security_options(data, &new_sec_opts); in btrfs_mount()
1530 error = setup_security_options(fs_info, s, &new_sec_opts); in btrfs_mount()
1543 security_free_mnt_opts(&new_sec_opts); in btrfs_mount()
1626 struct security_mnt_opts new_sec_opts; in btrfs_remount() local
1628 security_init_mnt_opts(&new_sec_opts); in btrfs_remount()
1629 ret = parse_security_options(data, &new_sec_opts); in btrfs_remount()
1633 &new_sec_opts); in btrfs_remount()
1635 security_free_mnt_opts(&new_sec_opts); in btrfs_remount()