Searched refs:xfs_btree_cur_t (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/fs/xfs/libxfs/ | 
| D | xfs_btree.h | 238 } xfs_btree_cur_t;  typedef 304 	xfs_btree_cur_t		*cur,	/* btree cursor */ 313 	xfs_btree_cur_t		*cur,	/* input cursor */ 314 	xfs_btree_cur_t		**ncur);/* output cursor */ 519 	xfs_btree_cur_t		*cur,  in xfs_btree_islastblock()
  | 
| D | xfs_alloc.c | 429 	xfs_btree_cur_t	*cnt_cur,	/* cursor for by-size btree */  in xfs_alloc_fixup_trees() 430 	xfs_btree_cur_t	*bno_cur,	/* cursor for by-block btree */  in xfs_alloc_fixup_trees() 1204 	xfs_btree_cur_t	*bno_cur;/* by block-number btree cursor */  in xfs_alloc_ag_vextent_exact() 1205 	xfs_btree_cur_t	*cnt_cur;/* by count btree cursor */  in xfs_alloc_ag_vextent_exact() 1662 	xfs_btree_cur_t	*bno_cur;	/* cursor for bno btree */  in xfs_alloc_ag_vextent_size() 1663 	xfs_btree_cur_t	*cnt_cur;	/* cursor for cnt btree */  in xfs_alloc_ag_vextent_size()
  | 
| D | xfs_btree.c | 356 	xfs_btree_cur_t	*cur,		/* btree cursor */  in xfs_btree_del_cursor() 397 	xfs_btree_cur_t	*cur,		/* input cursor */  in xfs_btree_dup_cursor() 398 	xfs_btree_cur_t	**ncur)		/* output cursor */  in xfs_btree_dup_cursor() 404 	xfs_btree_cur_t	*new;		/* new cursor value */  in xfs_btree_dup_cursor() 700 	xfs_btree_cur_t		*cur,	/* btree cursor */  in xfs_btree_firstrec() 730 	xfs_btree_cur_t		*cur,	/* btree cursor */  in xfs_btree_lastrec() 994 	xfs_btree_cur_t		*cur,	/* btree cursor */  in xfs_btree_setbuf()
  | 
| D | xfs_bmap.c | 316 	xfs_btree_cur_t		*cur,	/* btree cursor or null */  in xfs_bmap_check_leaf_extents() 930 	xfs_btree_cur_t		*cur;		/* btree cursor */  in xfs_bmap_add_attrfork_btree() 972 	xfs_btree_cur_t		*cur;		/* bmap btree cursor */  in xfs_bmap_add_attrfork_extents() 2042 	xfs_btree_cur_t		**curp,	/* if *curp is null, not a btree */  in xfs_bmap_add_extent_unwritten_real() 2046 	xfs_btree_cur_t		*cur;	/* btree cursor */  in xfs_bmap_add_extent_unwritten_real() 4996 	xfs_btree_cur_t		*cur,	/* if null, not a btree */  in xfs_bmap_del_extent_real()
  |