Searched refs:xfs_refcount_irec (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.15/fs/xfs/libxfs/ | 
| D | xfs_refcount.h | 14 struct xfs_refcount_irec;23 		struct xfs_refcount_irec *irec, int *stat);
 82 		struct xfs_refcount_irec *irec);
 84 		struct xfs_refcount_irec *irec, int *stat);
 
 | 
| D | xfs_refcount.c | 95 	struct xfs_refcount_irec	*irec)  in xfs_refcount_btrec_to_irec()108 	struct xfs_refcount_irec	*irec,  in xfs_refcount_get_rec()
 168 	struct xfs_refcount_irec	*irec)  in xfs_refcount_update()
 192 	struct xfs_refcount_irec	*irec,  in xfs_refcount_insert()
 227 	struct xfs_refcount_irec	irec;  in xfs_refcount_delete()
 334 	struct xfs_refcount_irec	*rc)  in xfs_refc_next()
 348 	struct xfs_refcount_irec	rcext, tmp;  in xfs_refcount_split_extent()
 405 	struct xfs_refcount_irec	*left,  in xfs_refcount_merge_center_extents()
 406 	struct xfs_refcount_irec	*center,  in xfs_refcount_merge_center_extents()
 407 	struct xfs_refcount_irec	*right,  in xfs_refcount_merge_center_extents()
 [all …]
 
 | 
| D | xfs_btree.h | 179 	struct xfs_refcount_irec	rc;
 | 
| D | xfs_refcount_btree.c | 183 	struct xfs_refcount_irec	*rec = &cur->bc_rec.rc;  in xfs_refcountbt_key_diff()
 | 
| D | xfs_format.h | 1554 struct xfs_refcount_irec {  struct
 | 
| /Linux-v5.15/fs/xfs/ | 
| D | xfs_trace.h | 67 struct xfs_refcount_irec;2932 		 struct xfs_refcount_irec *irec),
 2959 		 struct xfs_refcount_irec *irec), \
 2965 		 struct xfs_refcount_irec *irec, xfs_agblock_t agbno),
 2995 		 struct xfs_refcount_irec *irec, xfs_agblock_t agbno), \
 3001 		 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2),
 3038 		 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2), \
 3044 		 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2,
 3085 		 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2, \
 3092 		 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2,
 [all …]
 
 | 
| /Linux-v5.15/fs/xfs/scrub/ | 
| D | refcount.c | 427 	struct xfs_refcount_irec	rc;  in xchk_xref_is_cow_staging()
 | 
| D | trace.h | 738 		 struct xfs_refcount_irec *irec),
 |