Lines Matching refs:xfs_inode
138 struct xfs_ifork *xfs_iext_state_to_fork(struct xfs_inode *ip, int state);
140 int xfs_iformat_data_fork(struct xfs_inode *, struct xfs_dinode *);
141 int xfs_iformat_attr_fork(struct xfs_inode *, struct xfs_dinode *);
142 void xfs_iflush_fork(struct xfs_inode *, struct xfs_dinode *,
145 void xfs_idata_realloc(struct xfs_inode *ip, int64_t byte_diff,
147 void xfs_iroot_realloc(struct xfs_inode *, int, int);
148 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
149 int xfs_iextents_copy(struct xfs_inode *, struct xfs_bmbt_rec *,
151 void xfs_init_local_fork(struct xfs_inode *ip, int whichfork,
155 void xfs_iext_insert(struct xfs_inode *, struct xfs_iext_cursor *cur,
157 void xfs_iext_remove(struct xfs_inode *, struct xfs_iext_cursor *,
161 bool xfs_iext_lookup_extent(struct xfs_inode *ip,
165 bool xfs_iext_lookup_extent_before(struct xfs_inode *ip,
172 void xfs_iext_update_extent(struct xfs_inode *ip, int state,
226 extern void xfs_ifork_init_cow(struct xfs_inode *ip);
228 int xfs_ifork_verify_local_data(struct xfs_inode *ip);
229 int xfs_ifork_verify_local_attr(struct xfs_inode *ip);
230 int xfs_iext_count_may_overflow(struct xfs_inode *ip, int whichfork,