Searched refs:xfs_agino_t (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/fs/xfs/
H A Dxfs_iunlink_item.h18 xfs_agino_t next_agino;
19 xfs_agino_t old_agino;
25 struct xfs_perag *pag, xfs_agino_t next_agino);
H A Dxfs_iunlink_item.c93 xfs_trans_log_buf(tp, ibp, offset, offset + sizeof(xfs_agino_t) - 1);
145 xfs_agino_t next_agino)
H A Dxfs_iwalk.c133 xfs_agino_t agino, /* starting inode of chunk */
258 xfs_agino_t agino,
355 xfs_agino_t next_agino;
405 xfs_agino_t agino;
H A Dxfs_inode.c1943 xfs_agino_t agino)
1975 xfs_agino_t prev_agino,
1976 xfs_agino_t next_agino)
2002 xfs_agino_t new_agino)
2005 xfs_agino_t old_value;
2027 (sizeof(xfs_agino_t) * bucket_index);
2028 xfs_trans_log_buf(tp, agibp, offset, offset + sizeof(xfs_agino_t) - 1);
2041 xfs_agino_t prev_agino,
2042 xfs_agino_t next_agino)
2102 xfs_agino_t next_agin
[all...]
H A Dxfs_inode.h78 xfs_agino_t i_next_unlinked;
86 xfs_agino_t i_prev_unlinked;
H A Dxfs_trace.h890 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino,
891 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask),
896 __field(xfs_agino_t, agino)
898 __field(xfs_agino_t, nagino)
919 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino,
925 __field(xfs_agino_t, agino)
3949 xfs_agino_t old_ptr, xfs_agino_t new_ptr),
3955 __field(xfs_agino_t, old_ptr)
3956 __field(xfs_agino_t, new_pt
[all...]
H A Dxfs_buf_item_recover.c600 xfs_agino_t *logged_nextp;
601 xfs_agino_t *buffer_nextp;
H A Dxfs_icache.c227 xfs_agino_t agino,
266 xfs_agino_t agino,
615 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino);
753 xfs_agino_t agino;
H A Dxfs_itable.c264 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.h46 xfs_agino_t pagi_freecount; /* number of free inodes */
47 xfs_agino_t pagi_count; /* number of allocated inodes */
54 xfs_agino_t pagl_pagino;
55 xfs_agino_t pagl_leftrec;
56 xfs_agino_t pagl_rightrec;
72 xfs_agino_t agino_min;
73 xfs_agino_t agino_max;
175 xfs_agino_t *first, xfs_agino_t *last);
207 xfs_verify_agino(struct xfs_perag *pag, xfs_agino_t agin
[all...]
H A Dxfs_ialloc.h74 int xfs_inobt_lookup(struct xfs_btree_cur *cur, xfs_agino_t ino,
102 int xfs_ialloc_count_inodes(struct xfs_btree_cur *cur, xfs_agino_t *count,
103 xfs_agino_t *freecount);
H A Dxfs_types.c84 xfs_agino_t agino)
86 xfs_agino_t first;
87 xfs_agino_t last;
103 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino);
H A Dxfs_types.h12 typedef uint32_t xfs_agino_t; /* inode # within allocation grp */ typedef
61 #define NULLAGINO ((xfs_agino_t)-1)
H A Dxfs_ialloc.c38 xfs_agino_t ino, /* starting inode of chunk */
207 xfs_agino_t newino,
208 xfs_agino_t newlen,
212 xfs_agino_t thisino;
448 xfs_agino_t *startino,
703 xfs_agino_t newino; /* new first inode's number */
704 xfs_agino_t newlen; /* new number of inodes */
1015 xfs_agino_t agino,
1074 xfs_agino_t pagino = XFS_INO_TO_AGINO(mp, parent);
1342 xfs_agino_t pagin
[all...]
H A Dxfs_format.h1128 ((xfs_agino_t)(i) & XFS_INO_MASK(XFS_INO_AGINO_BITS(mp)))
1142 ((xfs_agino_t)(((b) << XFS_INO_OFFSET_BITS(mp)) | (o)))
1144 #define XFS_AGB_TO_AGINO(mp, b) ((xfs_agino_t)((b) << XFS_INO_OFFSET_BITS(mp)))
1446 xfs_agino_t ir_startino; /* starting inode number */
H A Dxfs_ag.c306 xfs_agino_t *first,
307 xfs_agino_t *last)
330 xfs_agino_t *first,
331 xfs_agino_t *last)
/linux-master/fs/xfs/scrub/
H A Dialloc.c47 xfs_agino_t next_startino;
50 xfs_agino_t next_cluster_ino;
68 xfs_agino_t agino,
135 xfs_agino_t agino,
138 xfs_agino_t i;
171 xfs_agino_t agino,
223 xfs_agino_t agino,
226 xfs_agino_t i;
256 xfs_agino_t agino,
308 xfs_agino_t agin
[all...]
H A Discan.c63 xfs_agino_t lastrecino)
90 xfs_agino_t *cursor,
99 xfs_agino_t lastino = NULLAGINO;
100 xfs_agino_t first, last;
101 xfs_agino_t agino = *cursor;
202 xfs_agino_t agino)
270 xfs_agino_t agino;
H A Dialloc_repair.c141 xfs_agino_t cluster_ag_base,
150 xfs_agino_t agino;
222 xfs_agino_t cluster_ir_startino,
228 xfs_agino_t ir_startino;
297 xfs_agino_t cluster_ag_base;
298 xfs_agino_t irec_index;
346 xfs_agino_t agino;
609 xfs_agino_t next_agino = 0;
808 xfs_agino_t first_agino, last_agino;
H A Dagheader.c798 xfs_agino_t icount;
799 xfs_agino_t freecount;
880 xfs_agino_t agino;
881 xfs_agino_t first_agino;
882 xfs_agino_t last_agino;
883 xfs_agino_t icount;
H A Dcommon.h275 int xchk_inode_is_allocated(struct xfs_scrub *sc, xfs_agino_t agino,
H A Drmap_repair.c636 xfs_agino_t agino;
637 xfs_agino_t iperhole;
662 iperhole = max_t(xfs_agino_t, mp->m_sb.sb_inopblock,
H A Dagheader_repair.c893 xfs_agino_t count;
894 xfs_agino_t freecount;
H A Dinode.c611 xfs_agino_t agino;
H A Dnlinks.c850 xfs_agino_t first_agino, last_agino;

Completed in 397 milliseconds

12