Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ceph/
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()
Ddir.c428 req->r_path2 = kzalloc(NAME_MAX + 1, GFP_KERNEL); in ceph_readdir()
429 if (!req->r_path2) { in ceph_readdir()
435 req->r_path2); in ceph_readdir()
1001 req->r_path2 = kmalloc(CEPH_BASE64_CHARS(osd_link.len) + 1, GFP_KERNEL); in prep_encrypted_symlink_target()
1002 if (!req->r_path2) { in prep_encrypted_symlink_target()
1007 len = ceph_base64_encode(osd_link.name, osd_link.len, req->r_path2); in prep_encrypted_symlink_target()
1008 req->r_path2[len] = '\0'; in prep_encrypted_symlink_target()
1066 req->r_path2 = kstrdup(dest, GFP_KERNEL); in ceph_symlink()
1067 if (!req->r_path2) { in ceph_symlink()
Dmds_client.h295 char *r_path1, *r_path2; member
Dinode.c1916 if (req->r_path2) { in ceph_readdir_prepopulate()
1918 req->r_path2, in ceph_readdir_prepopulate()
1919 strlen(req->r_path2)); in ceph_readdir_prepopulate()
2964 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_do_getvxattr()
2965 if (!req->r_path2) { in ceph_do_getvxattr()
Dexport.c484 req->r_path2 = last_name; in __get_snap_name()
Dxattr.c1146 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr()
1147 if (!req->r_path2) { in ceph_sync_setxattr()
Dmds_client.c1124 kfree(req->r_path2); in ceph_mdsc_release_request()
3008 req->r_path2, req->r_ino2.ino, in create_request_message()