Searched refs:search_path (Results 1 – 6 of 6) 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; argument132 struct search_path *node; in fopen_any_on_path()219 struct search_path *node; in srcfile_add_search_path()
69 extern struct path_list 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()
475 for (include_dir = search_path.slh_first;
5272 struct btrfs_path *search_path; in btrfs_check_ref_name_override() local5279 search_path = btrfs_alloc_path(); in btrfs_check_ref_name_override()5280 if (!search_path) in btrfs_check_ref_name_override()5282 search_path->search_commit_root = 1; in btrfs_check_ref_name_override()5283 search_path->skip_locking = 1; in btrfs_check_ref_name_override()5328 di = btrfs_lookup_dir_item(NULL, inode->root, search_path, in btrfs_check_ref_name_override()5333 btrfs_dir_item_key_to_cpu(search_path->nodes[0], in btrfs_check_ref_name_override()5351 btrfs_release_path(search_path); in btrfs_check_ref_name_override()5357 btrfs_free_path(search_path); in btrfs_check_ref_name_override()
226 const unsigned char *search_path,