Lines Matching refs:xfs_inode

12 struct xfs_inode;
22 struct xfs_inode *ip; /* incore inode pointer */
177 int xfs_bmap_add_attrfork(struct xfs_inode *ip, int size, int rsvd);
179 struct xfs_inode *ip, int whichfork);
181 int xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip,
183 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
185 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused,
187 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno,
190 int xfs_bmapi_write(struct xfs_trans *tp, struct xfs_inode *ip,
193 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
196 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
199 int xfs_bmap_del_extent_delay(struct xfs_inode *ip, int whichfork,
202 void xfs_bmap_del_extent_cow(struct xfs_inode *ip,
205 uint xfs_default_attroffset(struct xfs_inode *ip);
206 int xfs_bmap_collapse_extents(struct xfs_trans *tp, struct xfs_inode *ip,
209 int xfs_bmap_can_insert_extents(struct xfs_inode *ip, xfs_fileoff_t off,
211 int xfs_bmap_insert_extents(struct xfs_trans *tp, struct xfs_inode *ip,
214 int xfs_bmap_split_extent(struct xfs_trans *tp, struct xfs_inode *ip,
216 int xfs_bmapi_reserve_delalloc(struct xfs_inode *ip, int whichfork,
220 int xfs_bmapi_convert_delalloc(struct xfs_inode *ip, int whichfork,
223 struct xfs_inode *ip, int whichfork,
226 xfs_extlen_t xfs_bmapi_minleft(struct xfs_trans *tp, struct xfs_inode *ip,
240 struct xfs_inode *bi_owner;
245 void xfs_bmap_map_extent(struct xfs_trans *tp, struct xfs_inode *ip,
247 void xfs_bmap_unmap_extent(struct xfs_trans *tp, struct xfs_inode *ip,
262 xfs_failaddr_t xfs_bmap_validate_extent(struct xfs_inode *ip, int whichfork,
265 int xfs_bmapi_remap(struct xfs_trans *tp, struct xfs_inode *ip,