Searched refs:r_path2 (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/fs/ceph/ |
| D | debugfs.c | 115 } 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()
|
| D | mds_client.h | 261 char *r_path1, *r_path2; member
|
| D | dir.c | 405 req->r_path2 = kstrdup(dfi->last_name, GFP_KERNEL); in ceph_readdir() 406 if (!req->r_path2) { in ceph_readdir() 944 req->r_path2 = kstrdup(dest, GFP_KERNEL); in ceph_symlink() 945 if (!req->r_path2) { in ceph_symlink()
|
| D | inode.c | 1647 if (req->r_path2) { in ceph_readdir_prepopulate() 1649 req->r_path2, in ceph_readdir_prepopulate() 1650 strlen(req->r_path2)); in ceph_readdir_prepopulate() 2361 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_do_getvxattr() 2362 if (!req->r_path2) { in ceph_do_getvxattr()
|
| D | export.c | 480 req->r_path2 = last_name; in __get_snap_name()
|
| D | xattr.c | 1098 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr() 1099 if (!req->r_path2) { in ceph_sync_setxattr()
|
| D | mds_client.c | 960 kfree(req->r_path2); in ceph_mdsc_release_request() 2571 req->r_path2, req->r_ino2.ino, in create_request_message()
|