Searched refs:ceph_mdsc_build_path (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/ceph/ |
D | debugfs.c | 84 path = ceph_mdsc_build_path(req->r_dentry, &pathlen, in mdsc_show() 103 path = ceph_mdsc_build_path(req->r_old_dentry, &pathlen, in mdsc_show()
|
D | mds_client.h | 545 extern char *ceph_mdsc_build_path(struct dentry *dentry, int *plen, u64 *base,
|
D | mds_client.c | 2326 char *ceph_mdsc_build_path(struct dentry *dentry, int *plen, u64 *pbase, in ceph_mdsc_build_path() function 2422 path = ceph_mdsc_build_path(dentry, ppathlen, pino, 1); in build_dentry_path() 2443 path = ceph_mdsc_build_path(dentry, ppathlen, pino, 1); in build_inode_path() 3678 path = ceph_mdsc_build_path(dentry, &pathlen, &pathbase, in reconnect_caps_cb()
|
D | dir.c | 1056 char *path = ceph_mdsc_build_path(req->r_dentry, &pathlen, in ceph_async_unlink_cb()
|
D | file.c | 531 char *path = ceph_mdsc_build_path(req->r_dentry, &pathlen, in ceph_async_create_cb()
|