Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Ddebugfs.c115 } else if (req->r_path2 && req->r_op != CEPH_MDS_OP_SYMLINK) { in mdsc_show()
118 req->r_path2); in mdsc_show()
120 seq_printf(s, " %s", req->r_path2); in mdsc_show()
H A Dmds_client.h252 char *r_path1, *r_path2; member
H A Ddir.c405 req->r_path2 = kstrdup(dfi->last_name, GFP_KERNEL); in ceph_readdir()
406 if (!req->r_path2) { in ceph_readdir()
922 req->r_path2 = kstrdup(dest, GFP_KERNEL); in ceph_symlink()
923 if (!req->r_path2) { in ceph_symlink()
H A Dexport.c468 req->r_path2 = last_name; in __get_snap_name()
H A Dxattr.c990 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr()
991 if (!req->r_path2) { in ceph_sync_setxattr()
H A Dinode.c1614 if (req->r_path2) { in ceph_readdir_prepopulate()
1616 req->r_path2, in ceph_readdir_prepopulate()
1617 strlen(req->r_path2)); in ceph_readdir_prepopulate()
H A Dmds_client.c876 kfree(req->r_path2); in ceph_mdsc_release_request()
2578 req->r_path2, req->r_ino2.ino, in create_request_message()