/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __BTRFS_INODE_MAP #define __BTRFS_INODE_MAP void btrfs_init_free_ino_ctl(struct btrfs_root *root); void btrfs_unpin_free_ino(struct btrfs_root *root); void btrfs_return_ino(struct btrfs_root *root, u64 objectid); int btrfs_find_free_ino(struct btrfs_root *root, u64 *objectid); int btrfs_save_ino_cache(struct btrfs_root *root, struct btrfs_trans_handle *trans); int btrfs_find_free_objectid(struct btrfs_root *root, u64 *objectid); int btrfs_find_highest_objectid(struct btrfs_root *root, u64 *objectid); #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Li Zefan | 78 | 84.78% | 2 | 50.00% |
Chandan Rajendra | 13 | 14.13% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 1.09% | 1 | 25.00% |
Total | 92 | 100.00% | 4 | 100.00% |