Lines Matching refs:fspath
5281 struct fs_path *fspath; in send_encoded_inline_extent() local
5293 fspath = fs_path_alloc(); in send_encoded_inline_extent()
5294 if (!fspath) { in send_encoded_inline_extent()
5303 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath); in send_encoded_inline_extent()
5312 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath); in send_encoded_inline_extent()
5335 fs_path_free(fspath); in send_encoded_inline_extent()
5346 struct fs_path *fspath; in send_encoded_extent() local
5360 fspath = fs_path_alloc(); in send_encoded_extent()
5361 if (!fspath) { in send_encoded_extent()
5370 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath); in send_encoded_extent()
5379 TLV_PUT_PATH(sctx, BTRFS_SEND_A_PATH, fspath); in send_encoded_extent()
5440 fs_path_free(fspath); in send_encoded_extent()
5570 struct fs_path *fspath = NULL; in send_capabilities() local
5596 fspath = fs_path_alloc(); in send_capabilities()
5598 if (!fspath || !buf) { in send_capabilities()
5603 ret = get_cur_path(sctx, sctx->cur_ino, sctx->cur_inode_gen, fspath); in send_capabilities()
5610 ret = send_set_xattr(sctx, fspath, XATTR_NAME_CAPS, in send_capabilities()
5614 fs_path_free(fspath); in send_capabilities()