|
@@ -504,7 +504,6 @@ void xfs_ipin(xfs_inode_t *);
|
|
|
void xfs_iunpin(xfs_inode_t *);
|
|
|
int xfs_iflush(xfs_inode_t *, uint);
|
|
|
void xfs_ichgtime(xfs_inode_t *, int);
|
|
|
-xfs_fsize_t xfs_file_last_byte(xfs_inode_t *);
|
|
|
void xfs_lock_inodes(xfs_inode_t **, int, uint);
|
|
|
void xfs_lock_two_inodes(xfs_inode_t *, xfs_inode_t *, uint);
|
|
|
|
|
@@ -572,8 +571,6 @@ int xfs_itobp(struct xfs_mount *, struct xfs_trans *,
|
|
|
struct xfs_buf **, uint);
|
|
|
int xfs_iread(struct xfs_mount *, struct xfs_trans *,
|
|
|
struct xfs_inode *, xfs_daddr_t, uint);
|
|
|
-void xfs_dinode_from_disk(struct xfs_icdinode *,
|
|
|
- struct xfs_dinode *);
|
|
|
void xfs_dinode_to_disk(struct xfs_dinode *,
|
|
|
struct xfs_icdinode *);
|
|
|
void xfs_idestroy_fork(struct xfs_inode *, int);
|
|
@@ -592,8 +589,6 @@ void xfs_iext_remove_inline(xfs_ifork_t *, xfs_extnum_t, int);
|
|
|
void xfs_iext_remove_direct(xfs_ifork_t *, xfs_extnum_t, int);
|
|
|
void xfs_iext_remove_indirect(xfs_ifork_t *, xfs_extnum_t, int);
|
|
|
void xfs_iext_realloc_direct(xfs_ifork_t *, int);
|
|
|
-void xfs_iext_realloc_indirect(xfs_ifork_t *, int);
|
|
|
-void xfs_iext_indirect_to_direct(xfs_ifork_t *);
|
|
|
void xfs_iext_direct_to_inline(xfs_ifork_t *, xfs_extnum_t);
|
|
|
void xfs_iext_inline_to_direct(xfs_ifork_t *, int);
|
|
|
void xfs_iext_destroy(xfs_ifork_t *);
|