Lines Matching refs:whichfork
186 struct xfs_inode *ip, int whichfork);
190 void xfs_bmap_compute_maxlevels(struct xfs_mount *mp, int whichfork);
192 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork);
194 xfs_fileoff_t *last_block, int whichfork);
196 int whichfork);
197 int xfs_bmap_one_block(struct xfs_inode *ip, int whichfork);
210 int xfs_bmap_del_extent_delay(struct xfs_inode *ip, int whichfork,
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,
262 enum xfs_bmap_intent_type type, int whichfork,
270 static inline int xfs_bmap_fork_to_state(int whichfork) in xfs_bmap_fork_to_state() argument
272 switch (whichfork) { in xfs_bmap_fork_to_state()
282 xfs_failaddr_t xfs_bmap_validate_extent(struct xfs_inode *ip, int whichfork,