Lines Matching refs:xfs_inode

12 struct xfs_inode;
23 struct xfs_inode *ip; /* incore inode pointer */
188 int xfs_bmap_add_attrfork(struct xfs_inode *ip, int size, int rsvd);
189 int xfs_bmap_set_attrforkoff(struct xfs_inode *ip, int size, int *version);
191 struct xfs_inode *ip, int whichfork);
196 int xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip,
198 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
200 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
202 int xfs_bmap_one_block(struct xfs_inode *ip, int whichfork);
203 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno,
206 int xfs_bmapi_write(struct xfs_trans *tp, struct xfs_inode *ip,
209 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
212 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
215 int xfs_bmap_del_extent_delay(struct xfs_inode *ip, int whichfork,
218 void xfs_bmap_del_extent_cow(struct xfs_inode *ip,
221 uint xfs_default_attroffset(struct xfs_inode *ip);
222 int xfs_bmap_collapse_extents(struct xfs_trans *tp, struct xfs_inode *ip,
225 int xfs_bmap_can_insert_extents(struct xfs_inode *ip, xfs_fileoff_t off,
227 int xfs_bmap_insert_extents(struct xfs_trans *tp, struct xfs_inode *ip,
230 int xfs_bmap_split_extent(struct xfs_trans *tp, struct xfs_inode *ip,
232 int xfs_bmapi_reserve_delalloc(struct xfs_inode *ip, int whichfork,
236 int xfs_bmapi_convert_delalloc(struct xfs_inode *ip, int whichfork,
239 struct xfs_inode *ip, int whichfork,
261 struct xfs_inode *bi_owner;
266 int xfs_bmap_finish_one(struct xfs_trans *tp, struct xfs_inode *ip,
270 void xfs_bmap_map_extent(struct xfs_trans *tp, struct xfs_inode *ip,
272 void xfs_bmap_unmap_extent(struct xfs_trans *tp, struct xfs_inode *ip,
287 xfs_failaddr_t xfs_bmap_validate_extent(struct xfs_inode *ip, int whichfork,
290 int xfs_bmapi_remap(struct xfs_trans *tp, struct xfs_inode *ip,