/linux-3.3/fs/xfs/ |
D | xfs_ialloc.c | 157 xfs_agnumber_t agno, in xfs_ialloc_inode_init() 244 xfs_agnumber_t agno; in xfs_ialloc_ag_alloc() local 431 xfs_agnumber_t agno; in xfs_ialloc_next_ag() local 455 xfs_agnumber_t agno; /* current ag number */ in xfs_ialloc_ag_select() local 652 xfs_agnumber_t agno; /* allocation group number */ in xfs_dialloc() local 1042 xfs_agnumber_t agno; /* allocation group number */ in xfs_difree() local 1199 xfs_agnumber_t agno, in xfs_imap_lookup() 1268 xfs_agnumber_t agno; /* allocation group number */ in xfs_imap() local 1476 xfs_agnumber_t agno, /* allocation group number */ in xfs_read_agi() 1518 xfs_agnumber_t agno, /* allocation group number */ in xfs_ialloc_read_agi() [all …]
|
D | xfs_discard.c | 39 xfs_agnumber_t agno, in xfs_trim_extents() 149 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim() local
|
D | xfs_alloc.c | 441 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agfl() 1453 xfs_agnumber_t agno, /* allocation group number */ in xfs_free_ag_extent() 2024 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_pagf_init() 2100 xfs_agnumber_t agno, /* allocation group number */ in xfs_read_agf() 2153 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agf() 2476 xfs_agnumber_t agno, in xfs_alloc_busy_insert() 2546 xfs_agnumber_t agno, in xfs_alloc_busy_search() 2745 xfs_agnumber_t agno, in xfs_alloc_busy_reuse() 3005 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_alloc_busy_clear() local
|
D | xfs_ag.h | 187 xfs_agnumber_t agno; member 267 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ argument 273 #define XFS_AGB_TO_DADDR(mp,agno,agbno) \ argument 276 #define XFS_AG_DADDR(mp,agno,d) (XFS_AGB_TO_DADDR(mp, agno, 0) + (d)) argument
|
D | xfs_itable.c | 206 xfs_agnumber_t agno; /* allocation group number */ in xfs_bulkstat() local 622 xfs_agnumber_t agno; in xfs_inumbers() local
|
D | xfs_filestream.c | 166 xfs_agnumber_t agno) in xfs_filestream_peek_ag() 180 xfs_agnumber_t agno) in xfs_filestream_get_ag() 194 xfs_agnumber_t agno) in xfs_filestream_put_ag()
|
D | xfs_fsops.c | 125 xfs_agnumber_t agno; in xfs_growfs_data_private() local
|
D | xfs_ialloc_btree.c | 236 xfs_agnumber_t agno) /* allocation group number */ in xfs_inobt_init_cursor()
|
D | xfs_alloc.h | 104 xfs_agnumber_t agno; /* allocation group number */ member
|
D | xfs_alloc_btree.c | 343 xfs_agnumber_t agno, /* allocation group number */ in xfs_allocbt_init_cursor()
|
D | xfs_log_recover.c | 3023 xfs_agnumber_t agno, in xlog_recover_clear_agi_bucket() 3064 xfs_agnumber_t agno, in xlog_recover_process_one_iunlink() 3134 xfs_agnumber_t agno; in xlog_recover_process_iunlinks() local 3819 xfs_agnumber_t agno; in xlog_recover_check_summary() local
|
D | xfs_mount.c | 195 xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno) in xfs_perag_get() 264 xfs_agnumber_t agno; in xfs_free_perag() local
|
D | xfs_dir2.c | 143 xfs_agnumber_t agno; in xfs_dir_ino_validate() local
|
D | xfs_btree.h | 238 xfs_agnumber_t agno; /* ag number */ member
|
D | xfs_btree.c | 481 xfs_agnumber_t agno, /* allocation group number */ in xfs_btree_get_bufs() 665 xfs_agnumber_t agno, /* allocation group number */ in xfs_btree_reada_bufs()
|
D | xfs_inode.c | 1385 xfs_agnumber_t agno; in xfs_iunlink_remove() local
|
D | xfs_bmap.c | 3574 xfs_agnumber_t agno; in xfs_bmap_add_free() local
|
/linux-3.3/fs/jfs/ |
D | jfs_imap.c | 70 #define AG_LOCK(imap,agno) mutex_lock(&imap->im_aglock[agno]) argument 71 #define AG_UNLOCK(imap,agno) mutex_unlock(&imap->im_aglock[agno]) argument 869 int iagno, ino, extno, bitno, sword, agno; in diFree() local 1346 int nwords, rem, i, agno; in diAlloc() local 1652 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG() 1722 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAny() 1786 static int diAllocIno(struct inomap * imap, int agno, struct inode *ip) in diAllocIno() 1911 static int diAllocExt(struct inomap * imap, int agno, struct inode *ip) in diAllocExt() 2031 int extno, bitno, agno, sword, rc; in diAllocBit() local 2178 int agno, iagno, fwd, back, freei = 0, sword, rc; in diNewExt() local [all …]
|
D | jfs_dmap.c | 697 int rc, agno; in dbAlloc() local 1365 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() 2074 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local 2221 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local 3163 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local 3292 int agno, l2agsize, oldl2agsize; in dbExtendFS() local
|