xfs_vfsops.h 263 字节
Newer Older
1 2 3 4
#ifndef _XFS_VFSOPS_H
#define _XFS_VFSOPS_H 1

struct cred;
C
Christoph Hellwig 已提交
5
struct xfs_fid;
6 7 8 9 10 11 12 13 14
struct inode;
struct kstatfs;
struct xfs_mount;
struct xfs_mount_args;

void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
		int lnnum);

#endif /* _XFS_VFSOPS_H */