xfs_vfsops.h 355 B

12345678910111213141516
  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. int xfs_sync(struct xfs_mount *mp, int flags);
  10. void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
  11. int lnnum);
  12. void xfs_attr_quiesce(struct xfs_mount *mp);
  13. #endif /* _XFS_VFSOPS_H */