]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_filestream.h
Merge remote-tracking branches 'regulator/topic/88pm800', 'regulator/topic/ab8500...
[karo-tx-linux.git] / fs / xfs / xfs_filestream.h
index e3a25f891d0840f6de5858bc57ac54a66ba53424..2ef43406e53bd91cba503fb73527d2604136386a 100644 (file)
@@ -22,14 +22,12 @@ struct xfs_mount;
 struct xfs_inode;
 struct xfs_bmalloca;
 
-int xfs_filestream_init(void);
-void xfs_filestream_uninit(void);
 int xfs_filestream_mount(struct xfs_mount *mp);
 void xfs_filestream_unmount(struct xfs_mount *mp);
 void xfs_filestream_deassociate(struct xfs_inode *ip);
 xfs_agnumber_t xfs_filestream_lookup_ag(struct xfs_inode *ip);
-int xfs_filestream_associate(struct xfs_inode *dip);
 int xfs_filestream_new_ag(struct xfs_bmalloca *ap, xfs_agnumber_t *agp);
+int xfs_filestream_peek_ag(struct xfs_mount *mp, xfs_agnumber_t agno);
 
 static inline int
 xfs_inode_is_filestream(