/linux/fs/xfs/libxfs/ |
A D | xfs_types.c | 93 xfs_agino_t *first, in xfs_agino_range() 94 xfs_agino_t *last) in xfs_agino_range() 124 xfs_agino_t agino) in xfs_verify_agino() 126 xfs_agino_t first; in xfs_verify_agino() 127 xfs_agino_t last; in xfs_verify_agino() 141 xfs_agino_t agino) in xfs_verify_agino_or_null() 156 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_verify_ino() 233 xfs_agino_t first, last; in xfs_icount_range()
|
A D | xfs_types.h | 12 typedef uint32_t xfs_agino_t; /* inode # within allocation grp */ typedef 57 #define NULLAGINO ((xfs_agino_t)-1) 197 xfs_agino_t *first, xfs_agino_t *last); 199 xfs_agino_t agino); 201 xfs_agino_t agino);
|
A D | xfs_ialloc.h | 88 int xfs_inobt_lookup(struct xfs_btree_cur *cur, xfs_agino_t ino, 114 int xfs_ialloc_has_inode_record(struct xfs_btree_cur *cur, xfs_agino_t low, 115 xfs_agino_t high, bool *exists); 116 int xfs_ialloc_count_inodes(struct xfs_btree_cur *cur, xfs_agino_t *count, 117 xfs_agino_t *freecount);
|
A D | xfs_ag.h | 47 xfs_agino_t pagi_freecount; /* number of free inodes */ 48 xfs_agino_t pagi_count; /* number of allocated inodes */ 55 xfs_agino_t pagl_pagino; 56 xfs_agino_t pagl_leftrec; 57 xfs_agino_t pagl_rightrec;
|
A D | xfs_ialloc.c | 176 xfs_agino_t newino, in xfs_inobt_insert() 177 xfs_agino_t newlen, in xfs_inobt_insert() 181 xfs_agino_t thisino; in xfs_inobt_insert() 936 xfs_agino_t agino, in xfs_ialloc_get_rec() 1892 xfs_agino_t agino, in xfs_difree_inobt() 2206 xfs_agino_t agino, in xfs_imap_lookup() 2654 xfs_agino_t low, in xfs_ialloc_has_inode_record() 2655 xfs_agino_t high, in xfs_ialloc_has_inode_record() 2659 xfs_agino_t agino; in xfs_ialloc_has_inode_record() 2698 xfs_agino_t low; in xfs_ialloc_has_inodes_at_extent() [all …]
|
A D | xfs_format.h | 1024 ((xfs_agino_t)(i) & XFS_INO_MASK(XFS_INO_AGINO_BITS(mp))) 1038 ((xfs_agino_t)(((b) << XFS_INO_OFFSET_BITS(mp)) | (o))) 1040 #define XFS_AGB_TO_AGINO(mp, b) ((xfs_agino_t)((b) << XFS_INO_OFFSET_BITS(mp))) 1367 xfs_agino_t ir_startino; /* starting inode number */
|
A D | xfs_log_format.h | 409 xfs_agino_t di_next_unlinked;/* agi unlinked list ptr */
|
A D | xfs_inode_buf.c | 55 xfs_agino_t unlinked_ino; in xfs_inode_buf_verify()
|
/linux/fs/xfs/ |
A D | xfs_inode.c | 1879 static xfs_agino_t 1882 xfs_agino_t agino) in xfs_iunlink_lookup_backref() 1928 xfs_agino_t prev_agino, in xfs_iunlink_add_backref() 1929 xfs_agino_t this_agino) in xfs_iunlink_add_backref() 1951 xfs_agino_t agino, in xfs_iunlink_change_backref() 2031 xfs_agino_t new_agino) in xfs_iunlink_update_bucket() 2034 xfs_agino_t old_value; in xfs_iunlink_update_bucket() 2065 xfs_agino_t agino, in xfs_iunlink_update_dinode() 2101 xfs_agino_t old_value; in xfs_iunlink_update_inode() 2224 xfs_agino_t agino, in xfs_iunlink_map_ino() [all …]
|
A D | xfs_iwalk.c | 130 xfs_agino_t agino, /* starting inode of chunk */ in xfs_iwalk_adjust_start() 265 xfs_agino_t agino, in xfs_iwalk_ag_start() 359 xfs_agino_t next_agino; in xfs_iwalk_run_callbacks() 410 xfs_agino_t agino; in xfs_iwalk_ag()
|
A D | xfs_trace.h | 880 __field(xfs_agino_t, agino) 882 __field(xfs_agino_t, nagino) 909 __field(xfs_agino_t, agino) 3582 xfs_agino_t old_ptr, xfs_agino_t new_ptr), 3588 __field(xfs_agino_t, old_ptr) 3589 __field(xfs_agino_t, new_ptr) 3608 xfs_agino_t old_ptr, xfs_agino_t new_ptr), 3613 __field(xfs_agino_t, agino) 3638 __field(xfs_agino_t, agino) 3736 xfs_agino_t startino), [all …]
|
A D | xfs_icache.c | 223 xfs_agino_t agino, in xfs_perag_set_inode_tag() 262 xfs_agino_t agino, in xfs_perag_clear_inode_tag() 572 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss() 709 xfs_agino_t agino; in xfs_iget()
|
A D | xfs_buf_item_recover.c | 591 xfs_agino_t *logged_nextp; in xlog_recover_do_inode_buffer() 592 xfs_agino_t *buffer_nextp; in xlog_recover_do_inode_buffer()
|
A D | xfs_log_recover.c | 2674 (sizeof(xfs_agino_t) * bucket); in xlog_recover_clear_agi_bucket() 2676 (offset + sizeof(xfs_agino_t) - 1)); in xlog_recover_clear_agi_bucket() 2690 STATIC xfs_agino_t 2694 xfs_agino_t agino, in xlog_recover_process_one_iunlink() 2774 xfs_agino_t agino; in xlog_recover_process_iunlinks()
|
A D | xfs_itable.c | 242 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done()
|
A D | xfs_super.c | 271 xfs_agino_t agino; in xfs_set_inode_alloc()
|
/linux/fs/xfs/scrub/ |
A D | ialloc.c | 45 xfs_agino_t next_startino; 48 xfs_agino_t next_cluster_ino; 60 xfs_agino_t agino) in xchk_iallocbt_chunk_xref_other() 85 xfs_agino_t agino, in xchk_iallocbt_chunk_xref() 103 xfs_agino_t agino, in xchk_iallocbt_chunk() 153 xfs_agino_t agino; in xchk_iallocbt_check_cluster_ifree() 428 xfs_agino_t agino; in xchk_iallocbt_rec()
|
A D | agheader.c | 776 xfs_agino_t icount; in xchk_agi_xref_icounts() 777 xfs_agino_t freecount; in xchk_agi_xref_icounts() 857 xfs_agino_t agino; in xchk_agi() 858 xfs_agino_t first_agino; in xchk_agi() 859 xfs_agino_t last_agino; in xchk_agi() 860 xfs_agino_t icount; in xchk_agi()
|
A D | trace.h | 559 xfs_agino_t startino, xfs_daddr_t map_daddr, 568 __field(xfs_agino_t, startino) 811 xfs_agino_t icount, xfs_agblock_t aglen, xfs_agblock_t freelen, 817 __field(xfs_agino_t, icount) 882 xfs_agino_t startino, uint16_t holemask, uint8_t count, 888 __field(xfs_agino_t, startino)
|
A D | repair.c | 182 xfs_agino_t icount = NULLAGINO; in xrep_calc_ag_resblks() 227 xfs_agino_t first, last; in xrep_calc_ag_resblks()
|
A D | agheader_repair.c | 814 xfs_agino_t count; in xrep_agi_calc_from_btrees() 815 xfs_agino_t freecount; in xrep_agi_calc_from_btrees()
|
A D | inode.c | 447 xfs_agino_t agino; in xchk_inode_xref_finobt()
|