summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/inode.h')
-rw-r--r--libglusterfs/src/inode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h
index d434668a3b4..8800b9767b5 100644
--- a/libglusterfs/src/inode.h
+++ b/libglusterfs/src/inode.h
@@ -148,6 +148,11 @@ inode_t *
inode_from_path (inode_table_t *table,
const char *path);
+dentry_t *
+dentry_search_for_inode (inode_t *inode,
+ ino_t par,
+ const char *name);
+
int
__inode_ctx_put (inode_t *inode, xlator_t *xlator, uint64_t value);