Searched refs:search_path (Results 1 – 5 of 5) sorted by relevance
16 struct search_path { struct17 struct search_path *next; /* next node in list, NULL for end */ argument22 static struct search_path *search_path_head, **search_path_tail; argument152 struct search_path *node; in fopen_any_on_path()241 struct search_path *node; in srcfile_add_search_path()
85 struct path_list search_path; variable127 SLIST_INIT(&search_path); in main()219 for (include_dir = SLIST_FIRST(&search_path); in main()242 SLIST_INSERT_HEAD(&search_path, include_dir, in main()
69 extern struct path_list search_path;
475 for (include_dir = search_path.slh_first;
5750 BTRFS_PATH_AUTO_FREE(search_path); in btrfs_check_ref_name_override()5757 search_path = btrfs_alloc_path(); in btrfs_check_ref_name_override()5758 if (!search_path) in btrfs_check_ref_name_override()5760 search_path->search_commit_root = true; in btrfs_check_ref_name_override()5761 search_path->skip_locking = true; in btrfs_check_ref_name_override()5804 di = btrfs_lookup_dir_item(NULL, inode->root, search_path, in btrfs_check_ref_name_override()5809 btrfs_dir_item_key_to_cpu(search_path->nodes[0], in btrfs_check_ref_name_override()5825 btrfs_release_path(search_path); in btrfs_check_ref_name_override()