blob: 6b8e0b52b95e8db3ff481784a9c345389a4e6566 [file] [log] [blame]
Christoph Hellwig48c872a9f2007-08-30 17:20:31 +10001#ifndef _XFS_VFSOPS_H
2#define _XFS_VFSOPS_H 1
3
4struct cred;
Christoph Hellwigc6143912007-09-14 15:22:37 +10005struct xfs_fid;
Christoph Hellwig48c872a9f2007-08-30 17:20:31 +10006struct inode;
7struct kstatfs;
8struct xfs_mount;
9struct xfs_mount_args;
10
Christoph Hellwig48c872a9f2007-08-30 17:20:31 +100011void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
12 int lnnum);
Christoph Hellwig48c872a9f2007-08-30 17:20:31 +100013
14#endif /* _XFS_VFSOPS_H */