summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/smbfs/smbfs_node.h')
-rw-r--r--sys/fs/smbfs/smbfs_node.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/fs/smbfs/smbfs_node.h b/sys/fs/smbfs/smbfs_node.h
index ed1c17d..3e703da 100644
--- a/sys/fs/smbfs/smbfs_node.h
+++ b/sys/fs/smbfs/smbfs_node.h
@@ -63,6 +63,12 @@ struct smbnode {
LIST_ENTRY(smbnode) n_hash;
};
+struct smbcmp {
+ struct vnode * n_parent;
+ int n_nmlen;
+ const char * n_name;
+};
+
#define VTOSMB(vp) ((struct smbnode *)(vp)->v_data)
#define SMBTOV(np) ((struct vnode *)(np)->n_vnode)
OpenPOWER on IntegriCloud