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()
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;
5290 struct btrfs_path *search_path; in btrfs_check_ref_name_override() local5297 search_path = btrfs_alloc_path(); in btrfs_check_ref_name_override()5298 if (!search_path) in btrfs_check_ref_name_override()5300 search_path->search_commit_root = 1; in btrfs_check_ref_name_override()5301 search_path->skip_locking = 1; in btrfs_check_ref_name_override()5346 di = btrfs_lookup_dir_item(NULL, inode->root, search_path, in btrfs_check_ref_name_override()5351 btrfs_dir_item_key_to_cpu(search_path->nodes[0], in btrfs_check_ref_name_override()5369 btrfs_release_path(search_path); in btrfs_check_ref_name_override()5375 btrfs_free_path(search_path); in btrfs_check_ref_name_override()
221 const unsigned char *search_path,