Searched refs:r_path2 (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ceph/
H A Ddebugfs.c115 } else if (req->r_path2 && req->r_op != CEPH_MDS_OP_SYMLINK) {
118 req->r_path2);
120 seq_printf(s, " %s", req->r_path2);
H A Ddir.c428 req->r_path2 = kzalloc(NAME_MAX + 1, GFP_KERNEL);
429 if (!req->r_path2) {
435 req->r_path2);
1002 req->r_path2 = kmalloc(CEPH_BASE64_CHARS(osd_link.len) + 1, GFP_KERNEL);
1003 if (!req->r_path2) {
1008 len = ceph_base64_encode(osd_link.name, osd_link.len, req->r_path2);
1009 req->r_path2[len] = '\0';
1067 req->r_path2 = kstrdup(dest, GFP_KERNEL);
1068 if (!req->r_path2) {
H A Dmds_client.h275 char *r_path1, *r_path2; member in struct:ceph_mds_request
H A Dexport.c484 req->r_path2 = last_name;
H A Dinode.c1915 if (req->r_path2) {
1917 req->r_path2,
1918 strlen(req->r_path2));
2935 req->r_path2 = kstrdup(name, GFP_NOFS);
2936 if (!req->r_path2) {
H A Dxattr.c1146 req->r_path2 = kstrdup(name, GFP_NOFS);
1147 if (!req->r_path2) {
H A Dmds_client.c1124 kfree(req->r_path2);
3008 req->r_path2, req->r_ino2.ino,

Completed in 206 milliseconds