Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Ddebugfs.c112 } else if (req->r_path2) { in mdsc_show()
115 req->r_path2); in mdsc_show()
117 seq_printf(s, " %s", req->r_path2); in mdsc_show()
Dxattr.c882 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr()
883 if (!req->r_path2) { in ceph_sync_setxattr()
1054 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_send_removexattr()
1055 if (!req->r_path2) in ceph_send_removexattr()
Ddir.c339 req->r_path2 = kstrdup(fi->last_name, GFP_KERNEL); in ceph_readdir()
340 if (!req->r_path2) { in ceph_readdir()
777 req->r_path2 = kstrdup(dest, GFP_KERNEL); in ceph_symlink()
778 if (!req->r_path2) { in ceph_symlink()
Dmds_client.h193 char *r_path1, *r_path2; member
Dmds_client.c556 kfree(req->r_path2); in ceph_mdsc_release_request()
1939 req->r_path2, req->r_ino2.ino, in create_request_message()