Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_filestream.h85 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()
Dxfs_ialloc.c170 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()
Dxfs_alloc.c481 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()
Dxfs_ag.h229 #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
Dxfs_itable.c343 xfs_agnumber_t agno; /* allocation group number */ in xfs_bulkstat() local
812 xfs_agnumber_t agno; in xfs_inumbers() local
Dxfs_fsops.c125 xfs_agnumber_t agno; in xfs_growfs_data_private() local
Dxfs_alloc.h77 xfs_agnumber_t agno; /* allocation group number */ member
Dxfs_log_recover.c3110 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
Dxfs_ialloc_btree.c348 xfs_agnumber_t agno) /* allocation group number */ in xfs_inobt_init_cursor()
Dxfs_alloc_btree.c458 xfs_agnumber_t agno, /* allocation group number */ in xfs_allocbt_init_cursor()
Dxfs_dir2.c150 xfs_agnumber_t agno; in xfs_dir_ino_validate() local
Dxfs_btree.c488 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()
Dxfs_btree.h259 xfs_agnumber_t agno; /* ag number */ member
Dxfs_mount.c134 int agno; in xfs_free_perag() local
Dxfs_inode.c1820 xfs_agnumber_t agno; in xfs_iunlink_remove() local
Dxfs_bmap.c4159 xfs_agnumber_t agno; in xfs_bmap_add_free() local
/fs/jfs/
Djfs_imap.c75 #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 …]
Djfs_dmap.c696 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
Djfs_incore.h54 unchar agno; /* ag number */ member