Lines Matching defs:fspath
5528 struct fs_path *fspath;
5540 fspath = fs_path_alloc();
5541 if (!fspath) {
5550 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath);
5559 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath);
5582 fs_path_free(fspath);
5593 struct fs_path *fspath;
5607 fspath = fs_path_alloc();
5608 if (!fspath) {
5617 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath);
5626 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath);
5687 fs_path_free(fspath);
5817 struct fs_path *fspath = NULL;
5843 fspath = fs_path_alloc();
5845 if (!fspath || !buf) {
5850 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath);
5857 ret = send_set_xattr(sctx, fspath, XATTR_NAME_CAPS,
5861 fs_path_free(fspath);