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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc_btree.h57 xfs_agino_t ir_startino; /* starting inode number */
137 extern int xfs_inobt_get_rec(struct xfs_btree_cur *cur, xfs_agino_t *ino,
155 extern int xfs_inobt_lookup_eq(struct xfs_btree_cur *cur, xfs_agino_t ino,
162 extern int xfs_inobt_lookup_ge(struct xfs_btree_cur *cur, xfs_agino_t ino,
169 extern int xfs_inobt_lookup_le(struct xfs_btree_cur *cur, xfs_agino_t ino,
177 extern int xfs_inobt_update(struct xfs_btree_cur *cur, xfs_agino_t ino,
H A Dxfs_inum.h29 typedef __uint32_t xfs_agino_t; /* within allocation grp inode number */ typedef
43 #define NULLAGINO ((xfs_agino_t)-1)
57 ((xfs_agino_t)(i) & XFS_INO_MASK(XFS_INO_AGINO_BITS(mp)))
71 ((xfs_agino_t)(((b) << XFS_INO_OFFSET_BITS(mp)) | (o)))
H A Dxfs_dir2_sf.h41 (uint)sizeof(xfs_agino_t))
H A Dxfs_ialloc.c132 xfs_agino_t newino; /* new first inode's number */
133 xfs_agino_t newlen; /* new number of inodes */
135 xfs_agino_t thisino; /* current inode number, for loop */
530 xfs_agino_t pagino; /* parent's a.g. relative inode # */
939 xfs_agino_t agino; /* inode number relative to allocation group */
1151 xfs_agino_t agino; /* inode number within alloc group */
1155 xfs_agino_t chunk_agino; /* first agino in inode chunk */
H A Dxfs_ag.h189 xfs_agino_t pagi_freecount; /* number of free inodes */
H A Dxfs_dinode.h84 xfs_agino_t di_next_unlinked;/* agi unlinked list ptr */
H A Dxfs_itable.c318 xfs_agino_t agino; /* inode # in allocation group */
329 xfs_agino_t gino; /* current btree rec's start inode */
762 xfs_agino_t agino;
771 xfs_agino_t gino;
H A Dxfs_ialloc_btree.c940 xfs_agino_t startino; /* key value */
1785 xfs_agino_t *ino, /* output: starting inode of chunk */
1981 xfs_agino_t ino, /* starting inode of chunk */
1999 xfs_agino_t ino, /* starting inode of chunk */
2017 xfs_agino_t ino, /* starting inode of chunk */
2036 xfs_agino_t ino, /* starting inode of chunk */
H A Dxfs_inode.c1896 xfs_agino_t agino;
1962 (offset + sizeof(xfs_agino_t) - 1));
1972 (sizeof(xfs_agino_t) * bucket_index);
1974 (offset + sizeof(xfs_agino_t) - 1));
1994 xfs_agino_t agino;
1995 xfs_agino_t next_agino;
2074 (offset + sizeof(xfs_agino_t) - 1));
2086 (sizeof(xfs_agino_t) * bucket_index);
2088 (offset + sizeof(xfs_agino_t) - 1));
2137 (offset + sizeof(xfs_agino_t)
[all...]
H A Dxfs_log_recover.c1769 xfs_agino_t *logged_nextp;
1770 xfs_agino_t *buffer_nextp;
1840 logged_nextp = (xfs_agino_t *)
1852 buffer_nextp = (xfs_agino_t *)xfs_buf_offset(bp,
3140 (sizeof(xfs_agino_t) * bucket);
3142 (offset + sizeof(xfs_agino_t) - 1));
3170 xfs_agino_t agino;
H A Dxfs_dir2.c97 xfs_agino_t agino;
H A Dxfs_mount.c342 xfs_agino_t agino;
584 ((uint)sizeof(xfs_dinode_core_t) + (uint)sizeof(xfs_agino_t));

Completed in 85 milliseconds