Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Ddir.c428 req->r_path2 = kzalloc(NAME_MAX + 1, GFP_KERNEL); in ceph_readdir()
429 if (!req->r_path2) { in ceph_readdir()
433 memcpy(req->r_path2, dfi->last_name, len); in ceph_readdir()
435 err = ceph_encode_encrypted_dname(inode, req->r_path2, len); in ceph_readdir()
1003 req->r_path2 = kmalloc(BASE64_CHARS(osd_link.len) + 1, GFP_KERNEL); in prep_encrypted_symlink_target()
1004 if (!req->r_path2) { in prep_encrypted_symlink_target()
1010 req->r_path2, false, BASE64_IMAP); in prep_encrypted_symlink_target()
1011 req->r_path2[len] = '\0'; in prep_encrypted_symlink_target()
1069 req->r_path2 = kstrdup(dest, GFP_KERNEL); in ceph_symlink()
1070 if (!req->r_path2) { in ceph_symlink()
H A Ddebugfs.c145 } else if (req->r_path2 && req->r_op != CEPH_MDS_OP_SYMLINK) { in mdsc_show()
148 req->r_path2); in mdsc_show()
150 seq_printf(s, " %s", req->r_path2); in mdsc_show()
H A Dmds_client.h299 char *r_path1, *r_path2; member
H A Dinode.c2020 if (req->r_path2) { in ceph_readdir_prepopulate()
2022 req->r_path2, in ceph_readdir_prepopulate()
2023 strlen(req->r_path2)); in ceph_readdir_prepopulate()
3060 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_do_getvxattr()
3061 if (!req->r_path2) { in ceph_do_getvxattr()
H A Dexport.c495 req->r_path2 = last_name; in __get_snap_name()
H A Dxattr.c1144 req->r_path2 = kstrdup(name, GFP_NOFS); in ceph_sync_setxattr()
1145 if (!req->r_path2) { in ceph_sync_setxattr()
H A Dmds_client.c1170 kfree(req->r_path2); in ceph_mdsc_release_request()
3100 req->r_path2, req->r_ino2.ino, in create_request_message()