Searched refs:search_path (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/reiserfs/ |
A D | stree.c | 360 struct treepath *search_path) in pathrelse_and_restore() argument 641 pathrelse(search_path); in search_by_key() 664 ++search_path->path_length); in search_by_key() 697 search_path->path_length--; in search_by_key() 698 pathrelse(search_path); in search_by_key() 720 pathrelse(search_path); in search_by_key() 757 pathrelse(search_path); in search_by_key() 885 pos_in_item(search_path) = 0; in search_for_position_by_key() 921 pos_in_item(search_path) = in search_for_position_by_key() 2115 pathrelse(search_path); in reiserfs_paste_into_item() [all …]
|
A D | reiserfs.h | 3007 struct treepath *search_path); 3009 void decrement_counters_in_path(struct treepath *search_path); 3010 void pathrelse(struct treepath *search_path); 3012 void pathrelse_and_restore(struct super_block *s, struct treepath *search_path);
|
/linux-6.3-rc2/scripts/dtc/ |
A D | srcpos.c | 14 struct search_path { struct 15 struct search_path *next; /* next node in list, NULL for end */ argument 20 static struct search_path *search_path_head, **search_path_tail; argument 130 struct search_path *node; in fopen_any_on_path() 217 struct search_path *node; in srcfile_add_search_path()
|
/linux-6.3-rc2/drivers/scsi/aic7xxx/aicasm/ |
A D | aicasm.h | 69 extern struct path_list search_path;
|
A D | aicasm.c | 85 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()
|
A D | aicasm_scan.l | 472 for (include_dir = search_path.slh_first;
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifsproto.h | 206 extern int smb311_posix_get_inode_info(struct inode **pinode, const char *search_path, 209 const unsigned char *search_path,
|
/linux-6.3-rc2/fs/btrfs/ |
A D | tree-log.c | 5233 struct btrfs_path *search_path; in btrfs_check_ref_name_override() local 5240 search_path = btrfs_alloc_path(); in btrfs_check_ref_name_override() 5241 if (!search_path) in btrfs_check_ref_name_override() 5243 search_path->search_commit_root = 1; in btrfs_check_ref_name_override() 5244 search_path->skip_locking = 1; in btrfs_check_ref_name_override() 5289 di = btrfs_lookup_dir_item(NULL, inode->root, search_path, in btrfs_check_ref_name_override() 5294 btrfs_dir_item_key_to_cpu(search_path->nodes[0], in btrfs_check_ref_name_override() 5312 btrfs_release_path(search_path); in btrfs_check_ref_name_override() 5318 btrfs_free_path(search_path); in btrfs_check_ref_name_override()
|
Completed in 35 milliseconds