Searched refs:xfs_agino_t (Results 26 - 34 of 34) sorted by last modified time

12

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c306 xfs_agino_t *first,
307 xfs_agino_t *last)
330 xfs_agino_t *first,
331 xfs_agino_t *last)
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_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_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);
/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c600 xfs_agino_t *logged_nextp;
601 xfs_agino_t *buffer_nextp;
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_iunlink_item.h18 xfs_agino_t next_agino;
19 xfs_agino_t old_agino;
25 struct xfs_perag *pag, xfs_agino_t next_agino);
/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 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;

Completed in 170 milliseconds

12