summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-06 16:59:24 +0000
committerdes <des@FreeBSD.org>2002-06-06 16:59:24 +0000
commit69c9b29c29a4df762e3f815a2c1d4e343d05d8a2 (patch)
tree8f134a4be1ed72a9c8eea1dfd2a29ff79d5a717a /sys/fs/pseudofs/pseudofs.h
parent282bbce194b9920c9aec04e1d809fe2101de1d79 (diff)
downloadFreeBSD-src-69c9b29c29a4df762e3f815a2c1d4e343d05d8a2.zip
FreeBSD-src-69c9b29c29a4df762e3f815a2c1d4e343d05d8a2.tar.gz
Gratuitous whitespace cleanup.
Diffstat (limited to 'sys/fs/pseudofs/pseudofs.h')
-rw-r--r--sys/fs/pseudofs/pseudofs.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/fs/pseudofs/pseudofs.h b/sys/fs/pseudofs/pseudofs.h
index 6569e2c..69044d0 100644
--- a/sys/fs/pseudofs/pseudofs.h
+++ b/sys/fs/pseudofs/pseudofs.h
@@ -187,7 +187,7 @@ struct pfs_node {
pfs_getextattr_t pn_getextattr;
void *pn_data;
int pn_flags;
-
+
struct pfs_info *pn_info;
struct pfs_node *pn_parent;
struct pfs_node *pn_next;
@@ -197,15 +197,15 @@ struct pfs_node {
/*
* VFS interface
*/
-int pfs_mount (struct pfs_info *pi, struct mount *mp,
+int pfs_mount (struct pfs_info *pi, struct mount *mp,
struct nameidata *ndp, struct thread *td);
-int pfs_unmount (struct mount *mp, int mntflags,
+int pfs_unmount (struct mount *mp, int mntflags,
struct thread *td);
int pfs_root (struct mount *mp, struct vnode **vpp);
-int pfs_statfs (struct mount *mp, struct statfs *sbp,
+int pfs_statfs (struct mount *mp, struct statfs *sbp,
struct thread *td);
-int pfs_init (struct pfs_info *pi, struct vfsconf *vfc);
-int pfs_uninit (struct pfs_info *pi, struct vfsconf *vfc);
+int pfs_init (struct pfs_info *pi, struct vfsconf *vfc);
+int pfs_uninit (struct pfs_info *pi, struct vfsconf *vfc);
/*
* Directory structure construction and manipulation
@@ -236,17 +236,17 @@ static struct pfs_info name##_info = { \
static int \
_##name##_mount(struct mount *mp, struct nameidata *ndp, \
struct thread *td) { \
- return pfs_mount(&name##_info, mp, ndp, td); \
+ return pfs_mount(&name##_info, mp, ndp, td); \
} \
\
static int \
_##name##_init(struct vfsconf *vfc) { \
- return pfs_init(&name##_info, vfc); \
+ return pfs_init(&name##_info, vfc); \
} \
\
static int \
_##name##_uninit(struct vfsconf *vfc) { \
- return pfs_uninit(&name##_info, vfc); \
+ return pfs_uninit(&name##_info, vfc); \
} \
\
static struct vfsops name##_vfsops = { \
OpenPOWER on IntegriCloud