diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 87c56222a620..61d7b4738af6 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -921,6 +921,10 @@ int btrfs_insert_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root | |||
921 | int btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root | 921 | int btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root |
922 | *root, struct btrfs_path *path, u64 dir, | 922 | *root, struct btrfs_path *path, u64 dir, |
923 | const char *name, int name_len, int mod); | 923 | const char *name, int name_len, int mod); |
924 | int btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, | ||
925 | struct btrfs_root *root, | ||
926 | struct btrfs_path *path, u64 dir, | ||
927 | u64 objectid, int mod); | ||
924 | int btrfs_match_dir_item_name(struct btrfs_root *root, struct btrfs_path *path, | 928 | int btrfs_match_dir_item_name(struct btrfs_root *root, struct btrfs_path *path, |
925 | const char *name, int name_len); | 929 | const char *name, int name_len); |
926 | /* inode-map.c */ | 930 | /* inode-map.c */ |