18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ci#ifndef BTRFS_INODE_MAP_H 48c2ecf20Sopenharmony_ci#define BTRFS_INODE_MAP_H 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_civoid btrfs_init_free_ino_ctl(struct btrfs_root *root); 78c2ecf20Sopenharmony_civoid btrfs_unpin_free_ino(struct btrfs_root *root); 88c2ecf20Sopenharmony_civoid btrfs_return_ino(struct btrfs_root *root, u64 objectid); 98c2ecf20Sopenharmony_ciint btrfs_find_free_ino(struct btrfs_root *root, u64 *objectid); 108c2ecf20Sopenharmony_ciint btrfs_save_ino_cache(struct btrfs_root *root, 118c2ecf20Sopenharmony_ci struct btrfs_trans_handle *trans); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif 14