Lines Matching refs:xfs_inode
90 struct xfs_ifork *xfs_iext_state_to_fork(struct xfs_inode *ip, int state);
92 int xfs_iformat_fork(struct xfs_inode *, struct xfs_dinode *);
93 void xfs_iflush_fork(struct xfs_inode *, struct xfs_dinode *,
95 void xfs_idestroy_fork(struct xfs_inode *, int);
96 void xfs_idata_realloc(struct xfs_inode *, int, int);
97 void xfs_iroot_realloc(struct xfs_inode *, int, int);
98 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
99 int xfs_iextents_copy(struct xfs_inode *, struct xfs_bmbt_rec *,
101 void xfs_init_local_fork(struct xfs_inode *, int, const void *, int);
104 void xfs_iext_insert(struct xfs_inode *, struct xfs_iext_cursor *cur,
106 void xfs_iext_remove(struct xfs_inode *, struct xfs_iext_cursor *,
110 bool xfs_iext_lookup_extent(struct xfs_inode *ip,
114 bool xfs_iext_lookup_extent_before(struct xfs_inode *ip,
121 void xfs_iext_update_extent(struct xfs_inode *ip, int state,
175 extern void xfs_ifork_init_cow(struct xfs_inode *ip);
177 typedef xfs_failaddr_t (*xfs_ifork_verifier_t)(struct xfs_inode *);
186 xfs_failaddr_t xfs_ifork_verify_data(struct xfs_inode *ip,
188 xfs_failaddr_t xfs_ifork_verify_attr(struct xfs_inode *ip,