Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c169 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_inobt_insert() local
255 xfs_agnumber_t agno, in xfs_ialloc_inode_init()
520 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_inobt_insert_sprec() local
602 xfs_agnumber_t agno; in xfs_ialloc_ag_alloc() local
893 xfs_agnumber_t agno; in xfs_ialloc_next_ag() local
916 xfs_agnumber_t agno; /* current ag number */ in xfs_ialloc_ag_select() local
1114 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_dialloc_ag_inobt() local
1539 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_dialloc_ag() local
1679 xfs_agnumber_t agno; in xfs_dialloc() local
1818 xfs_agnumber_t agno, in xfs_difree_inode_chunk()
[all …]
Dxfs_alloc.c550 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agfl()
1584 xfs_agnumber_t agno, /* allocation group number */ in xfs_free_ag_extent()
2185 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_pagf_init()
2355 xfs_agnumber_t agno, /* allocation group number */ in xfs_read_agf()
2385 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agf()
Dxfs_alloc.h106 xfs_agnumber_t agno; /* allocation group number */ member
Dxfs_sb.c52 xfs_agnumber_t agno) in xfs_perag_get()
Dxfs_alloc_btree.c458 xfs_agnumber_t agno, /* allocation group number */ in xfs_allocbt_init_cursor()
Dxfs_ialloc_btree.c386 xfs_agnumber_t agno, /* allocation group number */ in xfs_inobt_init_cursor()
Dxfs_dir2.c198 xfs_agnumber_t agno; in xfs_dir_ino_validate() local
Dxfs_btree.h221 xfs_agnumber_t agno; /* ag number */ member
Dxfs_btree.c585 xfs_agnumber_t agno, /* allocation group number */ in xfs_btree_get_bufs()
767 xfs_agnumber_t agno, /* allocation group number */ in xfs_btree_reada_bufs()
Dxfs_format.h793 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ argument
799 #define XFS_AGB_TO_DADDR(mp,agno,agbno) \ argument
802 #define XFS_AG_DADDR(mp,agno,d) (XFS_AGB_TO_DADDR(mp, agno, 0) + (d)) argument
Dxfs_bmap.c579 xfs_agnumber_t agno; in xfs_bmap_add_free() local
/linux-4.4.14/fs/xfs/
Dxfs_extent_busy.c37 xfs_agnumber_t agno, in xfs_extent_busy_insert()
107 xfs_agnumber_t agno, in xfs_extent_busy_search()
307 xfs_agnumber_t agno, in xfs_extent_busy_reuse()
567 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear() local
Dxfs_itable.c178 xfs_agnumber_t agno, in xfs_bulkstat_ichunk_ra()
276 xfs_agnumber_t agno, in xfs_bulkstat_ag_ichunk()
352 xfs_agnumber_t agno; /* allocation group number */ in xfs_bulkstat() local
562 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, *lastino); in xfs_inumbers() local
Dxfs_discard.c38 xfs_agnumber_t agno, in xfs_trim_extents()
163 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim() local
Dxfs_filestream.c84 xfs_agnumber_t agno) in xfs_filestream_peek_ag()
98 xfs_agnumber_t agno) in xfs_filestream_get_ag()
112 xfs_agnumber_t agno) in xfs_filestream_put_ag()
Dxfs_extent_busy.h37 xfs_agnumber_t agno; member
Dxfs_icreate_item.c162 xfs_agnumber_t agno, in xfs_icreate_log()
Dxfs_fsops.c151 xfs_agnumber_t agno; in xfs_growfs_data_private() local
Dxfs_log_recover.c3045 xfs_agnumber_t agno; in xlog_recover_do_icreate_pass2() local
3961 xfs_agnumber_t agno, in xlog_recover_clear_agi_bucket()
4001 xfs_agnumber_t agno, in xlog_recover_process_one_iunlink()
4071 xfs_agnumber_t agno; in xlog_recover_process_iunlinks() local
4764 xfs_agnumber_t agno; in xlog_recover_check_summary() local
Dxfs_mount.c148 xfs_agnumber_t agno; in xfs_free_perag() local
Dxfs_inode.c2044 xfs_agnumber_t agno; in xfs_iunlink_remove() local
/linux-4.4.14/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
1344 int nwords, rem, i, agno; in diAlloc() local
1649 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG()
1719 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAny()
1783 static int diAllocIno(struct inomap * imap, int agno, struct inode *ip) in diAllocIno()
1907 static int diAllocExt(struct inomap * imap, int agno, struct inode *ip) in diAllocExt()
2026 int extno, bitno, agno, sword, rc; in diAllocBit() local
2172 int agno, iagno, fwd, back, freei = 0, sword, rc; in diNewExt() local
[all …]
Djfs_discard.c85 int agno, agno_end; in jfs_ioc_trim() local
Djfs_dmap.c702 int rc, agno; in dbAlloc() local
1366 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG()
1619 s64 dbDiscardAG(struct inode *ip, int agno, s64 minlen) in dbDiscardAG()
2180 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2327 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
3267 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
3396 int agno, l2agsize, oldl2agsize; in dbExtendFS() local