|
@@ -158,7 +158,7 @@ typedef struct xfs_icdinode {
|
|
#define XFS_IFEXTIREC 0x08 /* Indirection array of extent blocks */
|
|
#define XFS_IFEXTIREC 0x08 /* Indirection array of extent blocks */
|
|
|
|
|
|
/*
|
|
/*
|
|
- * Flags for xfs_itobp(), xfs_imap() and xfs_dilocate().
|
|
|
|
|
|
+ * Flags for xfs_inotobp, xfs_itobp(), xfs_imap() and xfs_dilocate().
|
|
*/
|
|
*/
|
|
#define XFS_IMAP_LOOKUP 0x1
|
|
#define XFS_IMAP_LOOKUP 0x1
|
|
#define XFS_IMAP_BULKSTAT 0x2
|
|
#define XFS_IMAP_BULKSTAT 0x2
|
|
@@ -514,7 +514,6 @@ int xfs_itruncate_finish(struct xfs_trans **, xfs_inode_t *,
|
|
xfs_fsize_t, int, int);
|
|
xfs_fsize_t, int, int);
|
|
int xfs_iunlink(struct xfs_trans *, xfs_inode_t *);
|
|
int xfs_iunlink(struct xfs_trans *, xfs_inode_t *);
|
|
|
|
|
|
-struct xfs_inode * xfs_inode_alloc(struct xfs_mount *, xfs_ino_t);
|
|
|
|
void xfs_idestroy(xfs_inode_t *);
|
|
void xfs_idestroy(xfs_inode_t *);
|
|
void xfs_iextract(xfs_inode_t *);
|
|
void xfs_iextract(xfs_inode_t *);
|
|
void xfs_iext_realloc(xfs_inode_t *, int, int);
|
|
void xfs_iext_realloc(xfs_inode_t *, int, int);
|
|
@@ -531,6 +530,9 @@ void xfs_mark_inode_dirty_sync(xfs_inode_t *);
|
|
|
|
|
|
#endif /* __KERNEL__ */
|
|
#endif /* __KERNEL__ */
|
|
|
|
|
|
|
|
+int xfs_inotobp(struct xfs_mount *, struct xfs_trans *,
|
|
|
|
+ xfs_ino_t, struct xfs_dinode **,
|
|
|
|
+ struct xfs_buf **, int *, uint);
|
|
int xfs_itobp(struct xfs_mount *, struct xfs_trans *,
|
|
int xfs_itobp(struct xfs_mount *, struct xfs_trans *,
|
|
struct xfs_inode *, struct xfs_dinode **,
|
|
struct xfs_inode *, struct xfs_dinode **,
|
|
struct xfs_buf **, xfs_daddr_t, uint, uint);
|
|
struct xfs_buf **, xfs_daddr_t, uint, uint);
|