Home
last modified time | relevance | path

Searched refs:ppath (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ext4/
Dextents.c88 struct ext4_ext_path **ppath,
95 struct ext4_ext_path **ppath,
288 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at() argument
291 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at()
294 return ext4_split_extent_at(handle, inode, ppath, lblk, unwritten ? in ext4_force_split_extent_at()
1380 struct ext4_ext_path **ppath, in ext4_ext_create_new_leaf() argument
1383 struct ext4_ext_path *path = *ppath; in ext4_ext_create_new_leaf()
1409 ppath, gb_flags); in ext4_ext_create_new_leaf()
1421 ppath, gb_flags); in ext4_ext_create_new_leaf()
1962 struct ext4_ext_path **ppath, in ext4_ext_insert_extent() argument
[all …]
Dmove_extent.c27 struct ext4_ext_path **ppath) in get_ext_path() argument
31 path = ext4_find_extent(inode, lblock, ppath, EXT4_EX_NOCACHE); in get_ext_path()
37 *ppath = NULL; in get_ext_path()
40 *ppath = path; in get_ext_path()
/linux-4.19.296/fs/ceph/
Dmds_client.c1958 static int clone_dentry_name(struct dentry *dentry, const char **ppath, in clone_dentry_name() argument
1980 *ppath = name; in clone_dentry_name()
1986 const char **ppath, int *ppathlen, u64 *pino, in build_dentry_path() argument
1999 *ppath = dentry->d_name.name; in build_dentry_path()
2002 ret = clone_dentry_name(dentry, ppath, ppathlen); in build_dentry_path()
2013 *ppath = path; in build_dentry_path()
2019 const char **ppath, int *ppathlen, u64 *pino, in build_inode_path() argument
2035 *ppath = path; in build_inode_path()
2046 u64 rino, const char **ppath, int *pathlen, in set_request_path_attr() argument
2052 r = build_inode_path(rinode, ppath, pathlen, ino, freepath); in set_request_path_attr()
[all …]
/linux-4.19.296/fs/btrfs/
Dscrub.c3046 struct btrfs_path *path, *ppath; in scrub_stripe() local
3109 ppath = btrfs_alloc_path(); in scrub_stripe()
3110 if (!ppath) { in scrub_stripe()
3123 ppath->search_commit_root = 1; in scrub_stripe()
3124 ppath->skip_locking = 1; in scrub_stripe()
3211 ppath, stripe_logical, in scrub_stripe()
3363 map, scrub_dev, ppath, in scrub_stripe()
3410 btrfs_free_path(ppath); in scrub_stripe()