Home
last modified time | relevance | path

Searched refs:r_path2 (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/ceph/
Ddebugfs.c112 } else if (req->r_path2 && req->r_op != CEPH_MDS_OP_SYMLINK) { in mdsc_show()
115 req->r_path2); in mdsc_show()
117 seq_printf(s, " %s", req->r_path2); in mdsc_show()
Dmds_client.h223 char *r_path1, *r_path2; member
Ddir.c392 req->r_path2 = kstrdup(dfi->last_name, GFP_KERNEL); in ceph_readdir()
393 if (!req->r_path2) { in ceph_readdir()
899 req->r_path2 = kstrdup(dest, GFP_KERNEL); in ceph_symlink()
900 if (!req->r_path2) { in ceph_symlink()
Dxattr.c991 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr()
992 if (!req->r_path2) { in ceph_sync_setxattr()
Dinode.c1554 if (req->r_path2) { in ceph_readdir_prepopulate()
1556 req->r_path2, in ceph_readdir_prepopulate()
1557 strlen(req->r_path2)); in ceph_readdir_prepopulate()
Dmds_client.c593 kfree(req->r_path2); in ceph_mdsc_release_request()
2102 req->r_path2, req->r_ino2.ino, in create_request_message()