Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c85 struct path_list search_path; variable
127 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()
/linux/fs/btrfs/
H A Dtree-log.c5745 BTRFS_PATH_AUTO_FREE(search_path); in btrfs_check_ref_name_override()
5752 search_path = btrfs_alloc_path(); in btrfs_check_ref_name_override()
5753 if (!search_path) in btrfs_check_ref_name_override()
5755 search_path->search_commit_root = true; in btrfs_check_ref_name_override()
5756 search_path->skip_locking = true; in btrfs_check_ref_name_override()
5799 di = btrfs_lookup_dir_item(NULL, inode->root, search_path, in btrfs_check_ref_name_override()
5804 btrfs_dir_item_key_to_cpu(search_path->nodes[0], in btrfs_check_ref_name_override()
5820 btrfs_release_path(search_path); in btrfs_check_ref_name_override()