Searched refs:xfs_extnum_t (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_bmap_util.h | 78 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);80 			  int whichfork, xfs_extnum_t *nextents,
 
 | 
| D | xfs_bmap_util.c | 212 xfs_extnum_t219 	xfs_extnum_t		numrecs = 0;  in xfs_bmap_count_leaves()
 262 	xfs_extnum_t		*nextents,  in xfs_bmap_count_tree()
 340 	xfs_extnum_t		*nextents,  in xfs_bmap_count_blocks()
 1585 	xfs_extnum_t		junk;  in xfs_swap_extent_forks()
 
 | 
| D | xfs_inode.h | 63 	xfs_extnum_t		i_cnextents;	/* # of extents in cow fork */
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_types.h | 15 typedef int32_t		xfs_extnum_t;	/* # of extents in a file */  typedef64 #define	MAXEXTNUM	((xfs_extnum_t)0x7fffffff)	/* signed int */
 
 | 
| D | xfs_bmap.h | 206 		xfs_extnum_t nexts);209 		xfs_extnum_t nexts, int *done);
 
 | 
| D | xfs_inode_buf.h | 29 	xfs_extnum_t	di_nextents;	/* number of extents in data fork */
 | 
| D | xfs_inode_fork.h | 103 xfs_extnum_t	xfs_iext_count(struct xfs_ifork *ifp);
 | 
| D | xfs_log_format.h | 399 	xfs_extnum_t	di_nextents;	/* number of extents in data fork */
 | 
| D | xfs_bmap.c | 323 	xfs_extnum_t		i=0, j;	/* index into the extents list */  in xfs_bmap_check_leaf_extents()404 		xfs_extnum_t	num_recs;  in xfs_bmap_check_leaf_extents()
 665 	xfs_extnum_t		cnt = 0;  in xfs_bmap_extents_to_btree()
 1169 	xfs_extnum_t		nextents = XFS_IFORK_NEXTENTS(ip, whichfork);  in xfs_iread_extents()
 1175 	xfs_extnum_t		i, j;  in xfs_iread_extents()
 1229 		xfs_extnum_t	num_recs;  in xfs_iread_extents()
 1547 	xfs_extnum_t		*nextents;  in xfs_bmap_add_extent_delay_real()
 5184 	xfs_extnum_t		nexts)		/* number of extents max */  in __xfs_bunmapi()
 5189 	xfs_extnum_t		extno;		/* extent number in list */  in __xfs_bunmapi()
 5525 	xfs_extnum_t		nexts,  in xfs_bunmapi()
 
 | 
| D | xfs_iext_tree.c | 128 inline xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp)  in xfs_iext_count()
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | inode.c | 467 	xfs_extnum_t		nextents;  in xchk_inode_xref_bmap()
 |