Lines Matching refs:xfs_inode

12 struct xfs_inode;
23 struct xfs_inode *ip; /* incore inode pointer */
183 int xfs_bmap_add_attrfork(struct xfs_inode *ip, int size, int rsvd);
184 int xfs_bmap_set_attrforkoff(struct xfs_inode *ip, int size, int *version);
186 struct xfs_inode *ip, int whichfork);
191 int xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip,
193 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
195 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
197 int xfs_bmap_one_block(struct xfs_inode *ip, int whichfork);
198 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno,
201 int xfs_bmapi_write(struct xfs_trans *tp, struct xfs_inode *ip,
204 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
207 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
210 int xfs_bmap_del_extent_delay(struct xfs_inode *ip, int whichfork,
213 void xfs_bmap_del_extent_cow(struct xfs_inode *ip,
216 uint xfs_default_attroffset(struct xfs_inode *ip);
217 int xfs_bmap_collapse_extents(struct xfs_trans *tp, struct xfs_inode *ip,
220 int xfs_bmap_can_insert_extents(struct xfs_inode *ip, xfs_fileoff_t off,
222 int xfs_bmap_insert_extents(struct xfs_trans *tp, struct xfs_inode *ip,
225 int xfs_bmap_split_extent(struct xfs_inode *ip, xfs_fileoff_t split_offset);
226 int xfs_bmapi_reserve_delalloc(struct xfs_inode *ip, int whichfork,
230 int xfs_bmapi_convert_delalloc(struct xfs_inode *ip, int whichfork,
234 struct xfs_inode *ip, int whichfork,
256 struct xfs_inode *bi_owner;
261 int xfs_bmap_finish_one(struct xfs_trans *tp, struct xfs_inode *ip,
265 void xfs_bmap_map_extent(struct xfs_trans *tp, struct xfs_inode *ip,
267 void xfs_bmap_unmap_extent(struct xfs_trans *tp, struct xfs_inode *ip,
282 xfs_failaddr_t xfs_bmap_validate_extent(struct xfs_inode *ip, int whichfork,
285 int xfs_bmapi_remap(struct xfs_trans *tp, struct xfs_inode *ip,