Lines Matching refs:xfs_inode
162 void xfs_ifork_zap_attr(struct xfs_inode *ip);
163 void xfs_ifork_init_attr(struct xfs_inode *ip, enum xfs_dinode_fmt format,
165 struct xfs_ifork *xfs_iext_state_to_fork(struct xfs_inode *ip, int state);
167 int xfs_iformat_data_fork(struct xfs_inode *, struct xfs_dinode *);
168 int xfs_iformat_attr_fork(struct xfs_inode *, struct xfs_dinode *);
169 void xfs_iflush_fork(struct xfs_inode *, struct xfs_dinode *,
172 void xfs_idata_realloc(struct xfs_inode *ip, int64_t byte_diff,
174 void xfs_iroot_realloc(struct xfs_inode *, int, int);
175 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
176 int xfs_iextents_copy(struct xfs_inode *, struct xfs_bmbt_rec *,
178 void xfs_init_local_fork(struct xfs_inode *ip, int whichfork,
182 void xfs_iext_insert(struct xfs_inode *, struct xfs_iext_cursor *cur,
184 void xfs_iext_remove(struct xfs_inode *, struct xfs_iext_cursor *,
188 bool xfs_iext_lookup_extent(struct xfs_inode *ip,
192 bool xfs_iext_lookup_extent_before(struct xfs_inode *ip,
199 void xfs_iext_update_extent(struct xfs_inode *ip, int state,
253 extern void xfs_ifork_init_cow(struct xfs_inode *ip);
255 int xfs_ifork_verify_local_data(struct xfs_inode *ip);
256 int xfs_ifork_verify_local_attr(struct xfs_inode *ip);
257 int xfs_iext_count_may_overflow(struct xfs_inode *ip, int whichfork,
259 int xfs_iext_count_upgrade(struct xfs_trans *tp, struct xfs_inode *ip,