Home
last modified time | relevance | path

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

/linux-6.6.21/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.c416 req->r_path2 = kzalloc(NAME_MAX + 1, GFP_KERNEL); in ceph_readdir()
417 if (!req->r_path2) { in ceph_readdir()
423 req->r_path2); in ceph_readdir()
972 req->r_path2 = kmalloc(CEPH_BASE64_CHARS(osd_link.len) + 1, GFP_KERNEL); in prep_encrypted_symlink_target()
973 if (!req->r_path2) { in prep_encrypted_symlink_target()
978 len = ceph_base64_encode(osd_link.name, osd_link.len, req->r_path2); in prep_encrypted_symlink_target()
979 req->r_path2[len] = '\0'; in prep_encrypted_symlink_target()
1035 req->r_path2 = kstrdup(dest, GFP_KERNEL); in ceph_symlink()
1036 if (!req->r_path2) { in ceph_symlink()
Dmds_client.h272 char *r_path1, *r_path2; member
Dinode.c1883 if (req->r_path2) { in ceph_readdir_prepopulate()
1885 req->r_path2, in ceph_readdir_prepopulate()
1886 strlen(req->r_path2)); in ceph_readdir_prepopulate()
2874 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_do_getvxattr()
2875 if (!req->r_path2) { in ceph_do_getvxattr()
Dexport.c481 req->r_path2 = last_name; in __get_snap_name()
Dxattr.c1131 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr()
1132 if (!req->r_path2) { in ceph_sync_setxattr()
Dmds_client.c1117 kfree(req->r_path2); in ceph_mdsc_release_request()
2896 req->r_path2, req->r_ino2.ino, in create_request_message()