xfs_vfsops.h 263 B

1234567891011121314
  1. #ifndef _XFS_VFSOPS_H
  2. #define _XFS_VFSOPS_H 1
  3. struct cred;
  4. struct xfs_fid;
  5. struct inode;
  6. struct kstatfs;
  7. struct xfs_mount;
  8. struct xfs_mount_args;
  9. void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
  10. int lnnum);
  11. #endif /* _XFS_VFSOPS_H */