summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-05 10:38:44 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-05 10:38:44 -0400
commit5f26f772e5c4e833ffcb0599f54deda466d2a3e5 (patch)
tree2ef0183b42e2bd51feff52c2e6f97570514907b9 /fs/btrfs/ctree.h
parentbae45de03c4d54a9893dedf8a015beb2608b896a (diff)
downloadlwn-5f26f772e5c4e833ffcb0599f54deda466d2a3e5.tar.gz
lwn-5f26f772e5c4e833ffcb0599f54deda466d2a3e5.zip
Btrfs: more inode indexed directory work
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h4
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
int btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root
*root, struct btrfs_path *path, u64 dir,
const char *name, int name_len, int mod);
+int btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans,
+ struct btrfs_root *root,
+ struct btrfs_path *path, u64 dir,
+ u64 objectid, int mod);
int btrfs_match_dir_item_name(struct btrfs_root *root, struct btrfs_path *path,
const char *name, int name_len);
/* inode-map.c */