Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Ddebugfs.c111 } else if (req->r_path2) { in mdsc_show()
114 req->r_path2); in mdsc_show()
116 seq_printf(s, " %s", req->r_path2); in mdsc_show()
Dexport.c174 req->r_path2 = kmalloc(16, GFP_NOFS); in __cfh_to_dentry()
175 snprintf(req->r_path2, 16, "%d", cfh->parent_name_hash); in __cfh_to_dentry()
Dmds_client.h177 char *r_path1, *r_path2; member
Dxattr.c745 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr()
874 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_send_removexattr()
Ddir.c336 req->r_path2 = kstrdup(fi->last_name, GFP_NOFS); in ceph_readdir()
743 req->r_path2 = kstrdup(dest, GFP_NOFS); in ceph_symlink()
Dmds_client.c509 kfree(req->r_path2); in ceph_mdsc_release_request()
1640 req->r_path2, req->r_ino2.ino, in create_request_message()