Home
last modified time | relevance | path

Searched defs:agno (Results 1 – 19 of 19) sorted by relevance

/linux-3.3/fs/xfs/
Dxfs_ialloc.c157 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 …]
Dxfs_discard.c39 xfs_agnumber_t agno, in xfs_trim_extents()
149 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim() local
Dxfs_alloc.c441 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
Dxfs_ag.h187 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
Dxfs_itable.c206 xfs_agnumber_t agno; /* allocation group number */ in xfs_bulkstat() local
622 xfs_agnumber_t agno; in xfs_inumbers() local
Dxfs_filestream.c166 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()
Dxfs_fsops.c125 xfs_agnumber_t agno; in xfs_growfs_data_private() local
Dxfs_ialloc_btree.c236 xfs_agnumber_t agno) /* allocation group number */ in xfs_inobt_init_cursor()
Dxfs_alloc.h104 xfs_agnumber_t agno; /* allocation group number */ member
Dxfs_alloc_btree.c343 xfs_agnumber_t agno, /* allocation group number */ in xfs_allocbt_init_cursor()
Dxfs_log_recover.c3023 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
Dxfs_mount.c195 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
Dxfs_dir2.c143 xfs_agnumber_t agno; in xfs_dir_ino_validate() local
Dxfs_btree.h238 xfs_agnumber_t agno; /* ag number */ member
Dxfs_btree.c481 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()
Dxfs_inode.c1385 xfs_agnumber_t agno; in xfs_iunlink_remove() local
Dxfs_bmap.c3574 xfs_agnumber_t agno; in xfs_bmap_add_free() local
/linux-3.3/fs/jfs/
Djfs_imap.c70 #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 …]
Djfs_dmap.c697 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