cregit-Linux how code gets into the kernel

Release 4.15 fs/btrfs/inode-map.h

Directory: fs/btrfs
/* 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);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Li Zefan7884.78%250.00%
Chandan Rajendra1314.13%125.00%
Greg Kroah-Hartman11.09%125.00%
Total92100.00%4100.00%
Directory: fs/btrfs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.