Home
last modified time | relevance | path

Searched refs:xfs_agino_t (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_inum.h29 typedef __uint32_t xfs_agino_t; /* within allocation grp inode number */ typedef
32 #define NULLAGINO ((xfs_agino_t)-1)
46 ((xfs_agino_t)(i) & XFS_INO_MASK(XFS_INO_AGINO_BITS(mp)))
60 ((xfs_agino_t)(((b) << XFS_INO_OFFSET_BITS(mp)) | (o)))
Dxfs_ag.h215 xfs_agino_t pagi_freecount; /* number of free inodes */
216 xfs_agino_t pagi_count; /* number of allocated inodes */
223 xfs_agino_t pagl_pagino;
224 xfs_agino_t pagl_leftrec;
225 xfs_agino_t pagl_rightrec;
Dxfs_ialloc.c61 xfs_agino_t ino, /* starting inode of chunk */ in xfs_inobt_lookup()
247 xfs_agino_t newino; /* new first inode's number */ in xfs_ialloc_ag_alloc()
248 xfs_agino_t newlen; /* new number of inodes */ in xfs_ialloc_ag_alloc()
249 xfs_agino_t thisino; /* current inode number, for loop */ in xfs_ialloc_ag_alloc()
588 xfs_agino_t agino, in xfs_ialloc_get_rec()
664 xfs_agino_t pagino; /* parent's AG relative inode # */ in xfs_dialloc()
1041 xfs_agino_t agino; /* inode number relative to allocation group */ in xfs_difree()
1200 xfs_agino_t agino, in xfs_imap_lookup()
1267 xfs_agino_t agino; /* inode number within alloc group */ in xfs_imap()
Dxfs_ialloc_btree.h55 xfs_agino_t ir_startino; /* starting inode number */
Dxfs_ialloc.h155 int xfs_inobt_lookup(struct xfs_btree_cur *cur, xfs_agino_t ino,
Dxfs_inode.c1309 xfs_agino_t agino; in xfs_iunlink()
1355 (offset + sizeof(xfs_agino_t) - 1)); in xfs_iunlink()
1365 (sizeof(xfs_agino_t) * bucket_index); in xfs_iunlink()
1367 (offset + sizeof(xfs_agino_t) - 1)); in xfs_iunlink()
1386 xfs_agino_t agino; in xfs_iunlink_remove()
1387 xfs_agino_t next_agino; in xfs_iunlink_remove()
1440 (offset + sizeof(xfs_agino_t) - 1)); in xfs_iunlink_remove()
1452 (sizeof(xfs_agino_t) * bucket_index); in xfs_iunlink_remove()
1454 (offset + sizeof(xfs_agino_t) - 1)); in xfs_iunlink_remove()
1502 (offset + sizeof(xfs_agino_t) - 1)); in xfs_iunlink_remove()
[all …]
Dxfs_iget.c316 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss()
428 xfs_agino_t agino; in xfs_iget()
Dxfs_itable.c197 xfs_agino_t agino; /* inode # in allocation group */ in xfs_bulkstat()
613 xfs_agino_t agino; in xfs_inumbers()
Dxfs_log_recover.c1770 xfs_agino_t *logged_nextp; in xlog_recover_do_inode_buffer()
1771 xfs_agino_t *buffer_nextp; in xlog_recover_do_inode_buffer()
1836 buffer_nextp = (xfs_agino_t *)xfs_buf_offset(bp, in xlog_recover_do_inode_buffer()
3045 (sizeof(xfs_agino_t) * bucket); in xlog_recover_clear_agi_bucket()
3047 (offset + sizeof(xfs_agino_t) - 1)); in xlog_recover_clear_agi_bucket()
3061 STATIC xfs_agino_t
3065 xfs_agino_t agino, in xlog_recover_process_one_iunlink()
3137 xfs_agino_t agino; in xlog_recover_process_iunlinks()
Dxfs_dir2.c142 xfs_agino_t agino; in xfs_dir_ino_validate()
Dxfs_mount.c446 xfs_agino_t agino; in xfs_initialize_perag()