/fs/xfs/ |
D | xfs_filestream.h | 85 xfs_agnumber_t agno) in xfs_filestream_peek_ag() 93 xfs_agnumber_t agno) in xfs_filestream_get_ag() 101 xfs_agnumber_t agno) in xfs_filestream_put_ag()
|
D | xfs_ialloc.c | 170 xfs_agnumber_t agno; in xfs_ialloc_ag_alloc() local 414 xfs_agnumber_t agno; in xfs_ialloc_next_ag() local 438 xfs_agnumber_t agno; /* current ag number */ in xfs_ialloc_ag_select() local 583 xfs_agnumber_t agno; /* allocation group number */ in xfs_dialloc() local 1004 xfs_agnumber_t agno; /* allocation group number */ in xfs_difree() local 1211 xfs_agnumber_t agno; /* allocation group number */ in xfs_imap() local 1464 xfs_agnumber_t agno, /* allocation group number */ in xfs_read_agi() 1506 xfs_agnumber_t agno, /* allocation group number */ in xfs_ialloc_read_agi() 1542 xfs_agnumber_t agno) /* allocation group number */ in xfs_ialloc_pagi_init()
|
D | xfs_alloc.c | 481 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agfl() 543 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_trace_free() 597 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_trace_busy() 1580 xfs_agnumber_t agno, /* allocation group number */ in xfs_free_ag_extent() 2163 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_pagf_init() 2239 xfs_agnumber_t agno, /* allocation group number */ in xfs_read_agf() 2293 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agf() 2609 xfs_agnumber_t agno, in xfs_alloc_mark_busy() 2653 xfs_agnumber_t agno, in xfs_alloc_clear_busy() 2683 xfs_agnumber_t agno, in xfs_alloc_search_busy()
|
D | xfs_ag.h | 229 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ argument 235 #define XFS_AGB_TO_DADDR(mp,agno,agbno) \ argument 238 #define XFS_AG_DADDR(mp,agno,d) (XFS_AGB_TO_DADDR(mp, agno, 0) + (d)) argument
|
D | xfs_itable.c | 343 xfs_agnumber_t agno; /* allocation group number */ in xfs_bulkstat() local 812 xfs_agnumber_t agno; in xfs_inumbers() local
|
D | xfs_fsops.c | 125 xfs_agnumber_t agno; in xfs_growfs_data_private() local
|
D | xfs_alloc.h | 77 xfs_agnumber_t agno; /* allocation group number */ member
|
D | xfs_log_recover.c | 3110 xfs_agnumber_t agno, in xlog_recover_clear_agi_bucket() 3152 xfs_agnumber_t agno, in xlog_recover_process_one_iunlink() 3222 xfs_agnumber_t agno; in xlog_recover_process_iunlinks() local 3966 xfs_agnumber_t agno; in xlog_recover_check_summary() local
|
D | xfs_ialloc_btree.c | 348 xfs_agnumber_t agno) /* allocation group number */ in xfs_inobt_init_cursor()
|
D | xfs_alloc_btree.c | 458 xfs_agnumber_t agno, /* allocation group number */ in xfs_allocbt_init_cursor()
|
D | xfs_dir2.c | 150 xfs_agnumber_t agno; in xfs_dir_ino_validate() local
|
D | xfs_btree.c | 488 xfs_agnumber_t agno, /* allocation group number */ in xfs_btree_get_bufs() 656 xfs_agnumber_t agno, /* allocation group number */ in xfs_btree_read_bufs() 714 xfs_agnumber_t agno, /* allocation group number */ in xfs_btree_reada_bufs()
|
D | xfs_btree.h | 259 xfs_agnumber_t agno; /* ag number */ member
|
D | xfs_mount.c | 134 int agno; in xfs_free_perag() local
|
D | xfs_inode.c | 1820 xfs_agnumber_t agno; in xfs_iunlink_remove() local
|
D | xfs_bmap.c | 4159 xfs_agnumber_t agno; in xfs_bmap_add_free() local
|
/fs/jfs/ |
D | jfs_imap.c | 75 #define AG_LOCK(imap,agno) mutex_lock(&imap->im_aglock[agno]) argument 76 #define AG_UNLOCK(imap,agno) mutex_unlock(&imap->im_aglock[agno]) argument 872 int iagno, ino, extno, bitno, sword, agno; in diFree() local 1350 int nwords, rem, i, agno; in diAlloc() local 1656 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG() 1726 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAny() 1790 static int diAllocIno(struct inomap * imap, int agno, struct inode *ip) in diAllocIno() 1915 static int diAllocExt(struct inomap * imap, int agno, struct inode *ip) in diAllocExt() 2035 int extno, bitno, agno, sword, rc; in diAllocBit() local 2182 int agno, iagno, fwd, back, freei = 0, sword, rc; in diNewExt() local [all …]
|
D | jfs_dmap.c | 696 int rc, agno; in dbAlloc() local 1364 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() 2073 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local 2220 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local 3162 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local 3294 int agno, l2agsize, oldl2agsize; in dbExtendFS() local
|
D | jfs_incore.h | 54 unchar agno; /* ag number */ member
|