Lines Matching refs:xfs_inode
12 struct xfs_inode;
21 struct xfs_inode *ip; /* incore inode pointer */
174 int xfs_bmap_add_attrfork(struct xfs_inode *ip, int size, int rsvd);
176 struct xfs_inode *ip, int whichfork);
178 int xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip,
180 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
182 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
184 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno,
187 int xfs_bmapi_write(struct xfs_trans *tp, struct xfs_inode *ip,
190 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
193 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
196 int xfs_bmap_del_extent_delay(struct xfs_inode *ip, int whichfork,
199 void xfs_bmap_del_extent_cow(struct xfs_inode *ip,
202 uint xfs_default_attroffset(struct xfs_inode *ip);
203 int xfs_bmap_collapse_extents(struct xfs_trans *tp, struct xfs_inode *ip,
206 int xfs_bmap_can_insert_extents(struct xfs_inode *ip, xfs_fileoff_t off,
208 int xfs_bmap_insert_extents(struct xfs_trans *tp, struct xfs_inode *ip,
211 int xfs_bmap_split_extent(struct xfs_trans *tp, struct xfs_inode *ip,
213 int xfs_bmapi_reserve_delalloc(struct xfs_inode *ip, int whichfork,
217 int xfs_bmapi_convert_delalloc(struct xfs_inode *ip, int whichfork,
220 struct xfs_inode *ip, int whichfork,
233 struct xfs_inode *bi_owner;
237 int xfs_bmap_finish_one(struct xfs_trans *tp, struct xfs_inode *ip,
241 void xfs_bmap_map_extent(struct xfs_trans *tp, struct xfs_inode *ip,
243 void xfs_bmap_unmap_extent(struct xfs_trans *tp, struct xfs_inode *ip,
258 xfs_failaddr_t xfs_bmap_validate_extent(struct xfs_inode *ip, int whichfork,
261 int xfs_bmapi_remap(struct xfs_trans *tp, struct xfs_inode *ip,