/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | trace-event-info.c | 406 struct tracepoint_path path, *ppath = &path; in get_tracepoints_path() local 416 ppath->next = tracepoint_name_to_path(pos->name); in get_tracepoints_path() 417 if (ppath->next) in get_tracepoints_path() 427 ppath->next = tracepoint_id_to_path(pos->core.attr.config); in get_tracepoints_path() 428 if (!ppath->next) { in get_tracepoints_path() 435 ppath = ppath->next; in get_tracepoints_path()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | trace-event-info.c | 506 struct tracepoint_path path, *ppath = &path; in get_tracepoints_path() local 516 ppath->next = tracepoint_name_to_path(pos->name); in get_tracepoints_path() 517 if (ppath->next) in get_tracepoints_path() 527 ppath->next = tracepoint_id_to_path(pos->core.attr.config); in get_tracepoints_path() 528 if (!ppath->next) { in get_tracepoints_path() 535 ppath = ppath->next; in get_tracepoints_path()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents.c | 89 struct ext4_ext_path **ppath, 308 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at() 311 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at() 318 return ext4_split_extent_at(handle, inode, ppath, lblk, unwritten ? in ext4_force_split_extent_at() 1401 struct ext4_ext_path **ppath, in ext4_ext_create_new_leaf() 1404 struct ext4_ext_path *path = *ppath; in ext4_ext_create_new_leaf() 1430 ppath, gb_flags); in ext4_ext_create_new_leaf() 1442 ppath, gb_flags); in ext4_ext_create_new_leaf() 1969 struct ext4_ext_path **ppath, in ext4_ext_insert_extent() 1972 struct ext4_ext_path *path = *ppath; in ext4_ext_insert_extent() 307 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, ext4_lblk_t lblk, int nofail) ext4_force_split_extent_at() argument 1398 ext4_ext_create_new_leaf(handle_t *handle, struct inode *inode, unsigned int mb_flags, unsigned int gb_flags, struct ext4_ext_path **ppath, struct ext4_extent *newext) ext4_ext_create_new_leaf() argument 1968 ext4_ext_insert_extent(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, struct ext4_extent *newext, int gb_flags) ext4_ext_insert_extent() argument 3182 ext4_split_extent_at(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, ext4_lblk_t split, int split_flag, int flags) ext4_split_extent_at() argument 3330 ext4_split_extent(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, struct ext4_map_blocks *map, int split_flag, int flags) ext4_split_extent() argument 3422 ext4_ext_convert_to_initialized(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath, int flags) ext4_ext_convert_to_initialized() argument 3681 ext4_split_convert_extents(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath, int flags) ext4_split_convert_extents() argument 3723 ext4_convert_unwritten_extents_endio(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath) ext4_convert_unwritten_extents_endio() argument 3786 convert_initialized_extent(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath, unsigned int *allocated) convert_initialized_extent() argument 3857 ext4_ext_handle_unwritten_extents(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath, int flags, unsigned int allocated, ext4_fsblk_t newblock) ext4_ext_handle_unwritten_extents() argument 5893 struct ext4_ext_path *path = NULL, *ppath; ext4_ext_replay_update_ex() local [all...] |
H A D | move_extent.c | 19 * @ppath: pointer to an extent path pointer (for output) 26 struct ext4_ext_path **ppath) in get_ext_path() 30 path = ext4_find_extent(inode, lblock, ppath, EXT4_EX_NOCACHE); in get_ext_path() 36 *ppath = NULL; in get_ext_path() 39 *ppath = path; in get_ext_path() 25 get_ext_path(struct inode *inode, ext4_lblk_t lblock, struct ext4_ext_path **ppath) get_ext_path() argument
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | extents.c | 89 struct ext4_ext_path **ppath, 328 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at() 331 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at() 338 return ext4_split_extent_at(handle, inode, ppath, lblk, unwritten ? in ext4_force_split_extent_at() 1401 struct ext4_ext_path **ppath, in ext4_ext_create_new_leaf() 1404 struct ext4_ext_path *path = *ppath; in ext4_ext_create_new_leaf() 1430 ppath, gb_flags); in ext4_ext_create_new_leaf() 1442 ppath, gb_flags); in ext4_ext_create_new_leaf() 1968 struct ext4_ext_path **ppath, in ext4_ext_insert_extent() 1971 struct ext4_ext_path *path = *ppath; in ext4_ext_insert_extent() 327 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, ext4_lblk_t lblk, int nofail) ext4_force_split_extent_at() argument 1398 ext4_ext_create_new_leaf(handle_t *handle, struct inode *inode, unsigned int mb_flags, unsigned int gb_flags, struct ext4_ext_path **ppath, struct ext4_extent *newext) ext4_ext_create_new_leaf() argument 1967 ext4_ext_insert_extent(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, struct ext4_extent *newext, int gb_flags) ext4_ext_insert_extent() argument 3152 ext4_split_extent_at(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, ext4_lblk_t split, int split_flag, int flags) ext4_split_extent_at() argument 3300 ext4_split_extent(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, struct ext4_map_blocks *map, int split_flag, int flags) ext4_split_extent() argument 3391 ext4_ext_convert_to_initialized(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath, int flags) ext4_ext_convert_to_initialized() argument 3649 ext4_split_convert_extents(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath, int flags) ext4_split_convert_extents() argument 3691 ext4_convert_unwritten_extents_endio(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath) ext4_convert_unwritten_extents_endio() argument 3754 convert_initialized_extent(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath, unsigned int *allocated) convert_initialized_extent() argument 3825 ext4_ext_handle_unwritten_extents(handle_t *handle, struct inode *inode, struct ext4_map_blocks *map, struct ext4_ext_path **ppath, int flags, unsigned int allocated, ext4_fsblk_t newblock) ext4_ext_handle_unwritten_extents() argument 5878 struct ext4_ext_path *path = NULL, *ppath; ext4_ext_replay_update_ex() local [all...] |
H A D | move_extent.c | 20 * @ppath: pointer to an extent path pointer (for output) 27 struct ext4_ext_path **ppath) in get_ext_path() 31 path = ext4_find_extent(inode, lblock, ppath, EXT4_EX_NOCACHE); in get_ext_path() 36 *ppath = NULL; in get_ext_path() 39 *ppath = path; in get_ext_path() 26 get_ext_path(struct inode *inode, ext4_lblk_t lblock, struct ext4_ext_path **ppath) get_ext_path() argument
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm-perf.c | 153 struct list_head **ppath; in free_event_data() local 155 ppath = etm_event_cpu_path_ptr(event_data, cpu); in free_event_data() 156 if (!(IS_ERR_OR_NULL(*ppath))) in free_event_data() 157 coresight_release_path(*ppath); in free_event_data() 158 *ppath = NULL; in free_event_data()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_cloud_merge.c | 151 char *rname, *ppath, *cpath; in lookup_merge_normal() local 158 ppath = hmdfs_merge_get_dentry_relative_path(pdentry); in lookup_merge_normal() 159 if (unlikely(!ppath)) { in lookup_merge_normal() 171 snprintf(cpath, PATH_MAX, "device_view/local%s/%s", ppath, in lookup_merge_normal() 181 ppath, rname); in lookup_merge_normal() 191 kfree(ppath); in lookup_merge_normal()
|
H A D | inode_merge.c | 489 char *rname, *ppath, *cpath; in lookup_merge_normal() local 496 ppath = hmdfs_merge_get_dentry_relative_path(pdentry); in lookup_merge_normal() 497 if (unlikely(!ppath)) { in lookup_merge_normal() 511 snprintf(cpath, PATH_MAX, "device_view/local%s/%s", ppath, in lookup_merge_normal() 522 ppath, rname); in lookup_merge_normal() 539 kfree(ppath); in lookup_merge_normal()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_cloud_merge.c | 151 char *rname, *ppath, *cpath; in lookup_merge_normal() local 158 ppath = hmdfs_merge_get_dentry_relative_path(pdentry); in lookup_merge_normal() 159 if (unlikely(!ppath)) { in lookup_merge_normal() 171 snprintf(cpath, PATH_MAX, "device_view/local%s/%s", ppath, in lookup_merge_normal() 181 ppath, rname); in lookup_merge_normal() 191 kfree(ppath); in lookup_merge_normal()
|
H A D | inode_merge.c | 489 char *rname, *ppath, *cpath; in lookup_merge_normal() local 496 ppath = hmdfs_merge_get_dentry_relative_path(pdentry); in lookup_merge_normal() 497 if (unlikely(!ppath)) { in lookup_merge_normal() 511 snprintf(cpath, PATH_MAX, "device_view/local%s/%s", ppath, in lookup_merge_normal() 522 ppath, rname); in lookup_merge_normal() 539 kfree(ppath); in lookup_merge_normal()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm-perf.c | 227 struct list_head **ppath; in free_event_data() local 229 ppath = etm_event_cpu_path_ptr(event_data, cpu); in free_event_data() 230 if (!(IS_ERR_OR_NULL(*ppath))) in free_event_data() 231 coresight_release_path(*ppath); in free_event_data() 232 *ppath = NULL; in free_event_data()
|
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 367 char *ppath) in bpmp_populate_debugfs_inband() 378 if (!bpmp || !parent || !ppath) in bpmp_populate_debugfs_inband() 391 err = mrq_debug_read(bpmp, ppath, buf, bufsize, &dsize); in bpmp_populate_debugfs_inband() 415 len = snprintf(pathbuf, pathlen, "%s%s/", ppath, name); in bpmp_populate_debugfs_inband() 365 bpmp_populate_debugfs_inband(struct tegra_bpmp *bpmp, struct dentry *parent, char *ppath) bpmp_populate_debugfs_inband() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 1057 char *ppath = NULL; in dfs_cache_get_tgt_share() local 1083 ppath = kzalloc(len, GFP_KERNEL); in dfs_cache_get_tgt_share() 1084 if (!ppath) { in dfs_cache_get_tgt_share() 1088 c = strscpy(ppath, target_ppath, len); in dfs_cache_get_tgt_share() 1090 ppath[c] = sep; in dfs_cache_get_tgt_share() 1091 strlcat(ppath, dfsref_ppath, len); in dfs_cache_get_tgt_share() 1094 *prefix = ppath; in dfs_cache_get_tgt_share()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | flattree.c | 713 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument 717 plen = strlen(ppath); in nodename_from_path() 719 if (!strstarts(cpath, ppath)) in nodename_from_path() 721 cpath, ppath); in nodename_from_path() 724 if (!streq(ppath, "/")) in nodename_from_path()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | flattree.c | 714 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument 718 plen = strlen(ppath); in nodename_from_path() 720 if (!strstarts(cpath, ppath)) in nodename_from_path() 722 cpath, ppath); in nodename_from_path() 725 if (!streq(ppath, "/")) in nodename_from_path()
|
/kernel/linux/linux-6.6/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 405 char *ppath) in bpmp_populate_debugfs_inband() 416 if (!bpmp || !parent || !ppath) in bpmp_populate_debugfs_inband() 429 err = mrq_debug_read(bpmp, ppath, buf, bufsize, &dsize); in bpmp_populate_debugfs_inband() 453 len = snprintf(pathbuf, pathlen, "%s%s/", ppath, name); in bpmp_populate_debugfs_inband() 403 bpmp_populate_debugfs_inband(struct tegra_bpmp *bpmp, struct dentry *parent, char *ppath) bpmp_populate_debugfs_inband() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | scrub.c | 2981 struct btrfs_path *path, *ppath; in scrub_stripe() local 3044 ppath = btrfs_alloc_path(); in scrub_stripe() 3045 if (!ppath) { in scrub_stripe() 3058 ppath->search_commit_root = 1; in scrub_stripe() 3059 ppath->skip_locking = 1; in scrub_stripe() 3146 ppath, stripe_logical, in scrub_stripe() 3313 map, scrub_dev, ppath, in scrub_stripe() 3360 btrfs_free_path(ppath); in scrub_stripe()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 2470 const char **ppath, int *ppathlen, u64 *pino, in build_dentry_path() 2481 *ppath = dentry->d_name.name; in build_dentry_path() 2489 *ppath = path; in build_dentry_path() 2495 const char **ppath, int *ppathlen, u64 *pino, in build_inode_path() 2511 *ppath = path; in build_inode_path() 2522 u64 rino, const char **ppath, int *pathlen, in set_request_path_attr() 2528 r = build_inode_path(rinode, ppath, pathlen, ino, freepath); in set_request_path_attr() 2532 r = build_dentry_path(rdentry, rdiri, ppath, pathlen, ino, in set_request_path_attr() 2535 *ppath); in set_request_path_attr() 2538 *ppath in set_request_path_attr() 2469 build_dentry_path(struct dentry *dentry, struct inode *dir, const char **ppath, int *ppathlen, u64 *pino, bool *pfreepath, bool parent_locked) build_dentry_path() argument 2494 build_inode_path(struct inode *inode, const char **ppath, int *ppathlen, u64 *pino, bool *pfreepath) build_inode_path() argument 2520 set_request_path_attr(struct inode *rinode, struct dentry *rdentry, struct inode *rdiri, const char *rpath, u64 rino, const char **ppath, int *pathlen, u64 *ino, bool *freepath, bool parent_locked) set_request_path_attr() argument [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 2730 const char **ppath, int *ppathlen, u64 *pino, in build_dentry_path() 2742 *ppath = dentry->d_name.name; in build_dentry_path() 2750 *ppath = path; in build_dentry_path() 2756 const char **ppath, int *ppathlen, u64 *pino, in build_inode_path() 2772 *ppath = path; in build_inode_path() 2783 u64 rino, const char **ppath, int *pathlen, in set_request_path_attr() 2789 r = build_inode_path(rinode, ppath, pathlen, ino, freepath); in set_request_path_attr() 2793 r = build_dentry_path(rdentry, rdiri, ppath, pathlen, ino, in set_request_path_attr() 2796 *ppath); in set_request_path_attr() 2799 *ppath in set_request_path_attr() 2729 build_dentry_path(struct dentry *dentry, struct inode *dir, const char **ppath, int *ppathlen, u64 *pino, bool *pfreepath, bool parent_locked) build_dentry_path() argument 2755 build_inode_path(struct inode *inode, const char **ppath, int *ppathlen, u64 *pino, bool *pfreepath) build_inode_path() argument 2781 set_request_path_attr(struct inode *rinode, struct dentry *rdentry, struct inode *rdiri, const char *rpath, u64 rino, const char **ppath, int *pathlen, u64 *ino, bool *freepath, bool parent_locked) set_request_path_attr() argument [all...] |
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
H A D | adma.c | 2838 dma_addr_t addr = 0, ppath, qpath; in ppc440spe_adma_pq_set_dest() local 2916 ppath = test_bit(PPC440SPE_ZERO_P, &sw_desc->flags) ? in ppc440spe_adma_pq_set_dest() 2928 paddr ? ppath : qpath, in ppc440spe_adma_pq_set_dest() 2980 ppath = test_bit(PPC440SPE_ZERO_P, &sw_desc->flags) ? in ppc440spe_adma_pq_set_dest() 2993 paddr ? ppath : qpath, in ppc440spe_adma_pq_set_dest()
|
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/ |
H A D | adma.c | 2836 dma_addr_t addr = 0, ppath, qpath; in ppc440spe_adma_pq_set_dest() local 2914 ppath = test_bit(PPC440SPE_ZERO_P, &sw_desc->flags) ? in ppc440spe_adma_pq_set_dest() 2926 paddr ? ppath : qpath, in ppc440spe_adma_pq_set_dest() 2978 ppath = test_bit(PPC440SPE_ZERO_P, &sw_desc->flags) ? in ppc440spe_adma_pq_set_dest() 2991 paddr ? ppath : qpath, in ppc440spe_adma_pq_set_dest()
|