Lines Matching refs:xfs_inode
83 struct xfs_ifork *xfs_iext_state_to_fork(struct xfs_inode *ip, int state);
85 int xfs_iformat_data_fork(struct xfs_inode *, struct xfs_dinode *);
86 int xfs_iformat_attr_fork(struct xfs_inode *, struct xfs_dinode *);
87 void xfs_iflush_fork(struct xfs_inode *, struct xfs_dinode *,
90 void xfs_idata_realloc(struct xfs_inode *ip, int64_t byte_diff,
92 void xfs_iroot_realloc(struct xfs_inode *, int, int);
93 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
94 int xfs_iextents_copy(struct xfs_inode *, struct xfs_bmbt_rec *,
96 void xfs_init_local_fork(struct xfs_inode *ip, int whichfork,
100 void xfs_iext_insert(struct xfs_inode *, struct xfs_iext_cursor *cur,
102 void xfs_iext_remove(struct xfs_inode *, struct xfs_iext_cursor *,
106 bool xfs_iext_lookup_extent(struct xfs_inode *ip,
110 bool xfs_iext_lookup_extent_before(struct xfs_inode *ip,
117 void xfs_iext_update_extent(struct xfs_inode *ip, int state,
171 extern void xfs_ifork_init_cow(struct xfs_inode *ip);
173 int xfs_ifork_verify_local_data(struct xfs_inode *ip);
174 int xfs_ifork_verify_local_attr(struct xfs_inode *ip);