Searched refs:xfs_extnum_t (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.h | 22 xfs_extnum_t if_nextents; /* # of extents in this fork */ 88 static inline xfs_extnum_t xfs_ifork_nextents(struct xfs_ifork *ifp) in xfs_ifork_nextents() 102 static inline xfs_extnum_t xfs_iext_max_nextents(bool has_large_extent_counts, in xfs_iext_max_nextents() 123 static inline xfs_extnum_t 133 static inline xfs_extnum_t 143 static inline xfs_extnum_t 163 xfs_extnum_t nextents); 184 xfs_extnum_t xfs_iext_count(struct xfs_ifork *ifp);
|
| H A D | xfs_inode_buf.c | 381 xfs_extnum_t di_nextents; in xfs_dinode_verify_fork() 382 xfs_extnum_t max_extents; in xfs_dinode_verify_fork() 603 xfs_extnum_t nextents; in xfs_dinode_verify() 604 xfs_extnum_t naextents; in xfs_dinode_verify()
|
| H A D | xfs_types.h | 18 typedef uint64_t xfs_extnum_t; /* # of extents in a file */ typedef
|
| H A D | xfs_format.h | 1062 #define XFS_MAX_EXTCNT_DATA_FORK_LARGE ((xfs_extnum_t)((1ULL << 48) - 1)) 1063 #define XFS_MAX_EXTCNT_ATTR_FORK_LARGE ((xfs_extnum_t)((1ULL << 32) - 1)) 1064 #define XFS_MAX_EXTCNT_DATA_FORK_SMALL ((xfs_extnum_t)((1ULL << 31) - 1)) 1065 #define XFS_MAX_EXTCNT_ATTR_FORK_SMALL ((xfs_extnum_t)((1ULL << 15) - 1))
|
| H A D | xfs_da_btree.h | 33 xfs_extnum_t max_extents; /* Max. extents in corresponding fork */
|
| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.h | 76 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count); 78 int whichfork, xfs_extnum_t *nextents,
|
| H A D | xfs_itable.c | 75 xfs_extnum_t nextents; in xfs_bulkstat_one_int()
|
| H A D | xfs_inode_item_recover.c | 226 xfs_extnum_t nextents; in xlog_dinode_verify_extent_counts()
|
| H A D | xfs_trace.h | 2582 __field(xfs_extnum_t, nex) 5292 __field(xfs_extnum_t, nex) 5622 __field(xfs_extnum_t, nexts1) 5623 __field(xfs_extnum_t, nexts2)
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 119 xfs_extnum_t data_extents; 126 xfs_extnum_t rt_extents; 872 xfs_extnum_t nex; in xrep_dinode_bad_extents_fork() 905 xfs_extnum_t nex; in xrep_dinode_bad_bmbt_fork() 1130 xfs_extnum_t nextents) in xrep_dinode_set_data_nextents() 1141 xfs_extnum_t nextents) in xrep_dinode_set_attr_nextents() 1295 xfs_extnum_t attr_extents, data_extents; in xrep_dinode_ensure_forkoff() 1499 xfs_extnum_t data_extents; in xrep_dinode_zap_forks() 1500 xfs_extnum_t attr_extents; in xrep_dinode_zap_forks() 1667 xfs_extnum_t nextents; in xrep_inode_blockcounts()
|
| H A D | repair.h | 82 xfs_extnum_t nextents);
|
| H A D | bmap_repair.c | 926 xfs_extnum_t max_bmbt_recs; in xrep_bmap()
|
| H A D | trace.h | 2564 xfs_extnum_t data_extents, xfs_extnum_t rt_extents, 2574 __field(xfs_extnum_t, data_extents) 2575 __field(xfs_extnum_t, rt_extents)
|