xref: /kernel/linux/linux-5.10/fs/btrfs/inode-map.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/fs/btrfs/
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

Indexes created Thu Nov 07 10:32:03 CST 2024