Home
last modified time | relevance | path

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

/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()
Ddir.c404 req->r_path2 = kstrdup(fi->last_name, GFP_KERNEL); in ceph_readdir()
405 if (!req->r_path2) { in ceph_readdir()
896 req->r_path2 = kstrdup(dest, GFP_KERNEL); in ceph_symlink()
897 if (!req->r_path2) { in ceph_symlink()
Dmds_client.h202 char *r_path1, *r_path2; member
Dinode.c1488 if (rinfo->hash_order && req->r_path2) { in ceph_readdir_prepopulate()
1490 req->r_path2, strlen(req->r_path2)); in ceph_readdir_prepopulate()
1516 !(rinfo->hash_order && req->r_path2)) { in ceph_readdir_prepopulate()
Dxattr.c918 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr()
919 if (!req->r_path2) { in ceph_sync_setxattr()
Dmds_client.c569 kfree(req->r_path2); in ceph_mdsc_release_request()
1918 req->r_path2, req->r_ino2.ino, in create_request_message()