Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dlocal_kptr_stash.c54 struct local_with_root __kptr *local_root; member
179 res = bpf_kptr_xchg(&mapval->local_root, res); in stash_local_with_root()
/linux/fs/btrfs/
H A Dscrub.c509 struct btrfs_root *local_root; in scrub_print_warning_inode() local
512 local_root = btrfs_get_fs_root(fs_info, root, true); in scrub_print_warning_inode()
513 if (IS_ERR(local_root)) { in scrub_print_warning_inode()
514 ret = PTR_ERR(local_root); in scrub_print_warning_inode()
525 ret = btrfs_search_slot(NULL, local_root, &key, swarn->path, 0, 0); in scrub_print_warning_inode()
527 btrfs_put_root(local_root); in scrub_print_warning_inode()
544 ipath = init_ipath(4096, local_root, swarn->path); in scrub_print_warning_inode()
547 btrfs_put_root(local_root); in scrub_print_warning_inode()
571 btrfs_put_root(local_root); in scrub_print_warning_inode()