Lines Matching refs:whichfork
191 struct xfs_inode *ip, int whichfork);
195 void xfs_bmap_compute_maxlevels(struct xfs_mount *mp, int whichfork);
197 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork);
199 xfs_fileoff_t *last_block, int whichfork);
201 int whichfork);
202 int xfs_bmap_one_block(struct xfs_inode *ip, int whichfork);
215 int xfs_bmap_del_extent_delay(struct xfs_inode *ip, int whichfork,
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,
267 enum xfs_bmap_intent_type type, int whichfork,
275 static inline int xfs_bmap_fork_to_state(int whichfork)
277 switch (whichfork) {
287 xfs_failaddr_t xfs_bmap_validate_extent(struct xfs_inode *ip, int whichfork,