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