Lines Matching refs:whichfork
176 struct xfs_inode *ip, int whichfork);
177 void xfs_bmap_compute_maxlevels(struct xfs_mount *mp, int whichfork);
179 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork);
181 xfs_fileoff_t *last_block, int whichfork);
183 int whichfork);
196 int xfs_bmap_del_extent_delay(struct xfs_inode *ip, int whichfork,
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,
238 enum xfs_bmap_intent_type type, int whichfork,
246 static inline uint32_t xfs_bmap_fork_to_state(int whichfork) in xfs_bmap_fork_to_state() argument
248 switch (whichfork) { in xfs_bmap_fork_to_state()
258 xfs_failaddr_t xfs_bmap_validate_extent(struct xfs_inode *ip, int whichfork,