| /Linux-v5.15/fs/xfs/libxfs/ |
| 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()
|
| 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);
|
| 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);
|
| 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;
|
| D | xfs_ialloc.c | 37 xfs_agino_t ino, /* starting inode of chunk */ in xfs_inobt_lookup() 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() 414 xfs_agino_t *startino, in xfs_align_sparse_ino() 619 xfs_agino_t newino; /* new first inode's number */ in xfs_ialloc_ag_alloc() 620 xfs_agino_t newlen; /* new number of inodes */ in xfs_ialloc_ag_alloc() 936 xfs_agino_t agino, in xfs_ialloc_get_rec() 993 xfs_agino_t pagino = XFS_INO_TO_AGINO(mp, parent); in xfs_dialloc_ag_inobt() 1256 xfs_agino_t pagino, in xfs_dialloc_ag_finobt_near() [all …]
|
| 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 */
|
| D | xfs_log_format.h | 409 xfs_agino_t di_next_unlinked;/* agi unlinked list ptr */
|
| D | xfs_inode_buf.c | 56 xfs_agino_t unlinked_ino; in xfs_inode_buf_verify()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_inode.c | 1853 xfs_agino_t iu_agino; /* X */ 1854 xfs_agino_t iu_next_unlinked; /* Y */ 1863 const xfs_agino_t *key = arg->key; in xfs_iunlink_obj_cmpfn() 1873 .key_len = sizeof(xfs_agino_t), 1885 static xfs_agino_t 1888 xfs_agino_t agino) in xfs_iunlink_lookup_backref() 1934 xfs_agino_t prev_agino, in xfs_iunlink_add_backref() 1935 xfs_agino_t this_agino) in xfs_iunlink_add_backref() 1957 xfs_agino_t agino, in xfs_iunlink_change_backref() 1958 xfs_agino_t next_unlinked) in xfs_iunlink_change_backref() [all …]
|
| 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()
|
| D | xfs_trace.h | 874 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, 875 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask), 880 __field(xfs_agino_t, agino) 882 __field(xfs_agino_t, nagino) 903 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, 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) 3607 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, [all …]
|
| 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()
|
| 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() 593 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss() 730 xfs_agino_t agino; in xfs_iget()
|
| D | xfs_log_recover.c | 2678 (sizeof(xfs_agino_t) * bucket); in xlog_recover_clear_agi_bucket() 2680 (offset + sizeof(xfs_agino_t) - 1)); in xlog_recover_clear_agi_bucket() 2694 STATIC xfs_agino_t 2698 xfs_agino_t agino, in xlog_recover_process_one_iunlink() 2778 xfs_agino_t agino; in xlog_recover_process_iunlinks()
|
| D | xfs_itable.c | 242 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done()
|
| D | xfs_super.c | 270 xfs_agino_t agino; in xfs_set_inode_alloc()
|
| /Linux-v5.15/fs/xfs/scrub/ |
| 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()
|
| D | agheader.c | 776 xfs_agino_t icount; in xchk_agi_xref_icounts() 777 xfs_agino_t freecount; in xchk_agi_xref_icounts() 856 xfs_agino_t agino; in xchk_agi() 857 xfs_agino_t first_agino; in xchk_agi() 858 xfs_agino_t last_agino; in xchk_agi() 859 xfs_agino_t icount; in xchk_agi()
|
| 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)
|
| 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()
|
| D | agheader_repair.c | 810 xfs_agino_t count; in xrep_agi_calc_from_btrees() 811 xfs_agino_t freecount; in xrep_agi_calc_from_btrees()
|
| D | inode.c | 447 xfs_agino_t agino; in xchk_inode_xref_finobt()
|