|
@@ -495,9 +495,9 @@ int xfs_itobp(struct xfs_mount *, struct xfs_trans *,
|
|
|
int xfs_iread(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
|
|
|
xfs_inode_t **, xfs_daddr_t);
|
|
|
int xfs_iread_extents(struct xfs_trans *, xfs_inode_t *, int);
|
|
|
-int xfs_ialloc(struct xfs_trans *, xfs_inode_t *, mode_t, nlink_t,
|
|
|
- xfs_dev_t, struct cred *, xfs_prid_t, int,
|
|
|
- struct xfs_buf **, boolean_t *, xfs_inode_t **);
|
|
|
+int xfs_ialloc(struct xfs_trans *, xfs_inode_t *, mode_t,
|
|
|
+ xfs_nlink_t, xfs_dev_t, struct cred *, xfs_prid_t,
|
|
|
+ int, struct xfs_buf **, boolean_t *, xfs_inode_t **);
|
|
|
void xfs_xlate_dinode_core(xfs_caddr_t, struct xfs_dinode_core *,
|
|
|
int);
|
|
|
uint xfs_ip2xflags(struct xfs_inode *);
|