Lines Matching refs:xfs_inode
163 void xfs_ifork_zap_attr(struct xfs_inode *ip);
164 void xfs_ifork_init_attr(struct xfs_inode *ip, enum xfs_dinode_fmt format,
166 struct xfs_ifork *xfs_iext_state_to_fork(struct xfs_inode *ip, int state);
168 int xfs_iformat_data_fork(struct xfs_inode *, struct xfs_dinode *);
169 int xfs_iformat_attr_fork(struct xfs_inode *, struct xfs_dinode *);
170 void xfs_iflush_fork(struct xfs_inode *, struct xfs_dinode *,
173 void xfs_idata_realloc(struct xfs_inode *ip, int64_t byte_diff,
175 void xfs_iroot_realloc(struct xfs_inode *, int, int);
176 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
177 int xfs_iextents_copy(struct xfs_inode *, struct xfs_bmbt_rec *,
179 void xfs_init_local_fork(struct xfs_inode *ip, int whichfork,
183 void xfs_iext_insert(struct xfs_inode *, struct xfs_iext_cursor *cur,
185 void xfs_iext_remove(struct xfs_inode *, struct xfs_iext_cursor *,
189 bool xfs_iext_lookup_extent(struct xfs_inode *ip,
193 bool xfs_iext_lookup_extent_before(struct xfs_inode *ip,
200 void xfs_iext_update_extent(struct xfs_inode *ip, int state,
254 extern void xfs_ifork_init_cow(struct xfs_inode *ip);
256 int xfs_ifork_verify_local_data(struct xfs_inode *ip);
257 int xfs_ifork_verify_local_attr(struct xfs_inode *ip);
258 int xfs_iext_count_may_overflow(struct xfs_inode *ip, int whichfork,
260 int xfs_iext_count_upgrade(struct xfs_trans *tp, struct xfs_inode *ip,