| /fs/xfs/libxfs/ |
| A D | xfs_log_format.h | 299 uint64_t ilf_ino; /* inode number */ 320 uint64_t ilf_ino; /* inode number */ 396 typedef uint64_t xfs_log_timestamp_t; 421 uint64_t di_big_nextents; 424 uint64_t di_v3_pad; 621 uint64_t ext_start; 626 uint64_t ext_start; 741 uint64_t me_owner; 742 uint64_t me_startblock; 743 uint64_t me_startoff; [all …]
|
| A D | xfs_rmap.h | 88 uint64_t *owner, in xfs_owner_info_unpack() 89 uint64_t *offset, in xfs_owner_info_unpack() 106 uint64_t owner, in xfs_owner_info_pack() 107 uint64_t offset, in xfs_owner_info_pack() 127 uint64_t owner, uint64_t offset, unsigned int flags, 130 xfs_extlen_t len, uint64_t owner, uint64_t offset, 133 xfs_extlen_t len, uint64_t owner, uint64_t offset, 175 uint64_t ri_owner; 190 xfs_extlen_t len, uint64_t owner); 192 xfs_extlen_t len, uint64_t owner); [all …]
|
| A D | xfs_types.h | 18 typedef uint64_t xfs_extnum_t; /* # of extents in a file */ 21 typedef uint64_t xfs_ufsize_t; /* unsigned bytes in a file */ 33 typedef uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ 34 typedef uint64_t xfs_rfsblock_t; /* blockno in filesystem (raw) */ 35 typedef uint64_t xfs_rtblock_t; /* extent (block) in realtime area */ 36 typedef uint64_t xfs_fileoff_t; /* block number in a file */ 37 typedef uint64_t xfs_filblks_t; /* number of blocks in a file */ 38 typedef uint64_t xfs_rtxnum_t; /* rtextent number */ 39 typedef uint64_t xfs_rtbxlen_t; /* rtbitmap extent length in rtextents */ 187 uint64_t rm_owner; /* extent owner */ [all …]
|
| A D | xfs_bit.h | 16 static inline uint64_t xfs_mask64hi(int n) in xfs_mask64hi() 18 return (uint64_t)-1 << (64 - (n)); in xfs_mask64hi() 24 static inline uint64_t xfs_mask64lo(int n) in xfs_mask64lo() 26 return ((uint64_t)1 << (n)) - 1; in xfs_mask64lo() 36 static inline int xfs_highbit64(uint64_t v) in xfs_highbit64() 48 static inline int xfs_lowbit64(uint64_t v) in xfs_lowbit64()
|
| A D | xfs_btree_staging.c | 485 uint64_t nr_this_level, in xfs_btree_bload_level_geometry() 487 uint64_t *blocks, in xfs_btree_bload_level_geometry() 490 uint64_t npb; in xfs_btree_bload_level_geometry() 491 uint64_t dontcare; in xfs_btree_bload_level_geometry() 575 uint64_t nr_records) in xfs_btree_bload_compute_geometry() 578 uint64_t nr_blocks = 0; in xfs_btree_bload_compute_geometry() 579 uint64_t nr_this_level; in xfs_btree_bload_compute_geometry() 596 uint64_t level_blocks; in xfs_btree_bload_compute_geometry() 597 uint64_t dontcare64; in xfs_btree_bload_compute_geometry() 685 uint64_t blocks; in xfs_btree_bload() [all …]
|
| A D | xfs_fs.h | 296 uint64_t ag_reserved[12];/* o: zero */ 369 uint64_t bs_ino; /* inode number */ 370 uint64_t bs_size; /* file size */ 372 uint64_t bs_blocks; /* number of blocks */ 373 uint64_t bs_xflags; /* extended flags */ 406 uint64_t bs_extents64; /* 64-bit data fork extent counter */ 408 uint64_t bs_pad[6]; /* zeroed */ 457 uint64_t xi_startino; /* starting inode number */ 458 uint64_t xi_allocmask; /* mask of allocated inodes */ 469 uint64_t ino; /* I/O: start with this inode */ [all …]
|
| A D | xfs_format.h | 130 uint64_t sb_icount; /* allocated inodes */ 131 uint64_t sb_ifree; /* free inodes */ 132 uint64_t sb_fdblocks; /* free data blocks */ 133 uint64_t sb_frextents; /* free realtime extents */ 850 return (uint64_t)unix_seconds + XFS_BIGTIME_EPOCH_OFFSET; in xfs_unix_to_bigtime() 1574 typedef uint64_t xfs_inofree_t; 1659 uint64_t oi_owner; 1702 #define XFS_RMAP_OFF_ATTR_FORK ((uint64_t)1ULL << 63) 1703 #define XFS_RMAP_OFF_BMBT_BLOCK ((uint64_t)1ULL << 62) 1704 #define XFS_RMAP_OFF_UNWRITTEN ((uint64_t)1ULL << 61) [all …]
|
| A D | xfs_rmap.c | 41 uint64_t owner, in xfs_rmap_lookup_le() 42 uint64_t offset, in xfs_rmap_lookup_le() 80 uint64_t owner, in xfs_rmap_lookup_eq() 81 uint64_t offset, in xfs_rmap_lookup_eq() 125 uint64_t owner, in xfs_rmap_insert() 126 uint64_t offset, in xfs_rmap_insert() 167 uint64_t owner, in xfs_rmap_delete() 168 uint64_t offset, in xfs_rmap_delete() 434 uint64_t owner, in xfs_rmap_find_left_neighbor() 533 uint64_t owner, in xfs_rmap_lookup_le_range() [all …]
|
| A D | xfs_btree_staging.h | 86 uint64_t nr_records; 106 uint64_t nr_blocks; 126 struct xfs_btree_bload *bbl, uint64_t nr_records);
|
| A D | xfs_inode_buf.h | 33 uint64_t flags2); 38 uint64_t flags2); 40 static inline uint64_t xfs_inode_encode_bigtime(struct timespec64 tv) in xfs_inode_encode_bigtime()
|
| /fs/xfs/scrub/ |
| A D | bitmap.h | 18 int xbitmap64_clear(struct xbitmap64 *bitmap, uint64_t start, uint64_t len); 19 int xbitmap64_set(struct xbitmap64 *bitmap, uint64_t start, uint64_t len); 21 uint64_t xbitmap64_hweight(struct xbitmap64 *bitmap); 30 typedef int (*xbitmap64_walk_fn)(uint64_t start, uint64_t len, void *priv); 35 bool xbitmap64_test(struct xbitmap64 *bitmap, uint64_t start, uint64_t *len);
|
| A D | bitmap.c | 25 uint64_t bn_start; 28 uint64_t bn_last; 51 uint64_t last); 73 uint64_t start, 74 uint64_t len) 122 uint64_t start, in xbitmap64_set() 123 uint64_t len) in xbitmap64_set() 235 uint64_t 240 uint64_t ret = 0; in xbitmap64_hweight() 279 uint64_t start, in xbitmap64_test() [all …]
|
| A D | xfarray.h | 10 typedef uint64_t xfarray_idx_t; 31 uint64_t unset_slots; 58 uint64_t idx, in xfarray_load_sparse() 76 uint64_t xfarray_length(struct xfarray *array); 144 uint64_t loads; 145 uint64_t stores; 146 uint64_t compares; 147 uint64_t heapsorts;
|
| A D | fscounters.h | 11 uint64_t icount; 12 uint64_t ifree; 13 uint64_t fdblocks; 14 uint64_t frextents; 15 uint64_t frextents_delayed;
|
| /fs/xfs/ |
| A D | xfs_mount.h | 114 uint64_t blkmask; 135 uint64_t res_total; 138 uint64_t res_avail; 141 uint64_t res_saved; 226 uint64_t m_low_space[XFS_LOWSP_MAX]; 227 uint64_t m_low_rtexts[XFS_LOWSP_MAX]; 307 uint64_t m_metafile_resv_target; 308 uint64_t m_metafile_resv_used; 309 uint64_t m_metafile_resv_avail; 753 uint64_t delta, bool rsvd); [all …]
|
| A D | xfs_linux.h | 179 static inline uint64_t rounddown_64(uint64_t x, uint32_t y) in rounddown_64() 185 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() 192 static inline uint64_t howmany_64(uint64_t x, uint32_t y) in howmany_64() 199 static inline bool isaligned_64(uint64_t x, uint32_t y) in isaligned_64()
|
| A D | xfs_fsmap.h | 16 uint64_t fmr_physical; /* device offset of segment */ 17 uint64_t fmr_owner; /* owner id */ 35 uint64_t owner; /* extent owner */ 36 uint64_t offset; /* offset within the owner */
|
| A D | xfs_quota.h | 63 uint64_t qt_blk_res; /* blks reserved on a dquot */ 67 uint64_t qt_rtblk_res; /* # blks reserved on a dquot */ 68 uint64_t qt_rtblk_res_used;/* # blks used from reservation */ 72 uint64_t qt_ino_res; /* inode reserved on a dquot */ 73 uint64_t qt_ino_res_used; /* inodes used from the reservation */ 222 xfs_quota_unreserve_blkres(struct xfs_inode *ip, uint64_t blocks) in xfs_quota_unreserve_blkres()
|
| A D | xfs_stats.c | 23 uint64_t xs_xstrat_bytes = 0; in xfs_stats_format() 24 uint64_t xs_write_bytes = 0; in xfs_stats_format() 25 uint64_t xs_read_bytes = 0; in xfs_stats_format() 26 uint64_t defer_relog = 0; in xfs_stats_format()
|
| /fs/dlm/ |
| A D | recover.h | 18 int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq); 19 int dlm_recover_directory_wait(struct dlm_ls *ls, uint64_t seq); 20 int dlm_recover_locks_wait(struct dlm_ls *ls, uint64_t seq); 21 int dlm_recover_done_wait(struct dlm_ls *ls, uint64_t seq); 22 int dlm_recover_masters(struct dlm_ls *ls, uint64_t seq, 25 int dlm_recover_locks(struct dlm_ls *ls, uint64_t seq,
|
| A D | rcom.h | 16 uint64_t seq); 18 int last_len, uint64_t seq); 19 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq); 20 int dlm_send_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb, uint64_t seq);
|
| A D | recover.c | 96 int save_slots, uint64_t seq) in wait_status_all() 129 uint32_t status_flags, uint64_t seq) in wait_status_low() 169 int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_members_wait() 213 int dlm_recover_directory_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_directory_wait() 218 int dlm_recover_locks_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_locks_wait() 223 int dlm_recover_done_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_done_wait() 349 static struct dlm_rsb *recover_xa_find(struct dlm_ls *ls, uint64_t id) in recover_xa_find() 528 int dlm_recover_masters(struct dlm_ls *ls, uint64_t seq, in dlm_recover_masters() 619 uint64_t seq) in recover_locks_queue() 634 static int recover_locks(struct dlm_rsb *r, uint64_t seq) in recover_locks() [all …]
|
| A D | rcom.c | 32 uint64_t seq) in _create_rcom() 52 uint64_t seq) in create_rcom() 72 struct dlm_msg **msg_ret, uint64_t seq) in create_rcom_stateless() 172 uint64_t seq) in dlm_rcom_status() 225 uint64_t seq) in receive_rcom_status() 308 int last_len, uint64_t seq) in dlm_rcom_names() 337 uint64_t seq) in receive_rcom_names() 360 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq) in dlm_send_rcom_lookup() 380 const struct dlm_rcom *rc_in, uint64_t seq) in receive_rcom_lookup() 474 uint64_t seq) in receive_rcom_lock() [all …]
|
| /fs/iomap/ |
| A D | swapfile.c | 14 uint64_t lowest_ppage; /* lowest physical addr seen (pages) */ 15 uint64_t highest_ppage; /* highest physical addr seen (pages) */ 32 uint64_t first_ppage; in iomap_swapfile_add_extent() 33 uint64_t first_ppage_reported; in iomap_swapfile_add_extent() 34 uint64_t next_ppage; in iomap_swapfile_add_extent()
|
| /fs/ext4/ |
| A D | fsmap.h | 17 uint64_t fmr_physical; /* device offset of segment */ 18 uint64_t fmr_owner; /* owner id */ 19 uint64_t fmr_length; /* length of segment, blocks */
|