Searched defs:agno (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.h77 xfs_agnumber_t agno; /* allocation group number */ member in struct:xfs_alloc_arg
H A Dxfs_dir2.c98 xfs_agnumber_t agno; local
H A Dxfs_fsops.c120 xfs_agnumber_t agno; local
[all...]
H A Dxfs_btree.c544 xfs_btree_get_bufs( xfs_mount_t *mp, xfs_trans_t *tp, xfs_agnumber_t agno, xfs_agblock_t agbno, uint lock) argument
568 xfs_btree_init_cursor( xfs_mount_t *mp, xfs_trans_t *tp, xfs_buf_t *agbp, xfs_agnumber_t agno, xfs_btnum_t btnum, xfs_inode_t *ip, int whichfork) argument
774 xfs_btree_read_bufs( xfs_mount_t *mp, xfs_trans_t *tp, xfs_agnumber_t agno, xfs_agblock_t agbno, uint lock, xfs_buf_t **bpp, int refval) argument
833 xfs_btree_reada_bufs( xfs_mount_t *mp, xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_extlen_t count) argument
[all...]
H A Dxfs_btree.h161 xfs_agnumber_t agno; /* ag number */ member in struct:xfs_btree_cur::__anon7675::__anon7676
175 xfs_agnumber_t agno; /* ag number */ member in struct:xfs_btree_cur::__anon7675::__anon7678
H A Dxfs_itable.c319 xfs_agnumber_t agno; /* allocation group number */ local
763 xfs_agnumber_t agno; local
[all...]
H A Dxfs_alloc_btree.c949 xfs_agnumber_t agno; /* allocation group number */ local
[all...]
H A Dxfs_ialloc.c349 xfs_agnumber_t agno; local
373 xfs_agnumber_t agno; /* current ag number */ local
518 xfs_agnumber_t agno; /* allocation group number */ local
940 xfs_agnumber_t agno; /* allocation group number */ local
1152 xfs_agnumber_t agno; /* allocation group number */ local
1352 xfs_ialloc_read_agi( xfs_mount_t *mp, xfs_trans_t *tp, xfs_agnumber_t agno, xfs_buf_t **bpp) argument
[all...]
H A Dxfs_ialloc_btree.c842 xfs_agnumber_t agno; /* allocation group number */ local
[all...]
H A Dxfs_mount.c169 int agno; local
662 int agno; local
[all...]
H A Dxfs_alloc.c394 xfs_alloc_read_agfl( xfs_mount_t *mp, xfs_trans_t *tp, xfs_agnumber_t agno, xfs_buf_t **bpp) argument
455 xfs_alloc_trace_free( char *name, char *str, xfs_mount_t *mp, xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_extlen_t len, int isfl, int line) argument
509 xfs_alloc_trace_busy( char *name, char *str, xfs_mount_t *mp, xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_extlen_t len, int slot, xfs_trans_t *tp, int trtype, int line) argument
1507 xfs_free_ag_extent( xfs_trans_t *tp, xfs_buf_t *agbp, xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len, int isfl) argument
2085 xfs_alloc_pagf_init( xfs_mount_t *mp, xfs_trans_t *tp, xfs_agnumber_t agno, int flags) argument
2151 xfs_alloc_read_agf( xfs_mount_t *mp, xfs_trans_t *tp, xfs_agnumber_t agno, int flags, xfs_buf_t **bpp) argument
2494 xfs_alloc_mark_busy(xfs_trans_t *tp, xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len) argument
2539 xfs_alloc_clear_busy(xfs_trans_t *tp, xfs_agnumber_t agno, int idx) argument
2569 xfs_alloc_search_busy(xfs_trans_t *tp, xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len) argument
[all...]
H A Dxfs_inode.c1894 xfs_agnumber_t agno; local
1992 xfs_agnumber_t agno; local
H A Dxfs_log_recover.c3164 xfs_agnumber_t agno; local
3110 xlog_recover_clear_agi_bucket( xfs_mount_t *mp, xfs_agnumber_t agno, int bucket) argument
3975 xfs_agnumber_t agno; local
[all...]
H A Dxfs_bmap.c4103 xfs_agnumber_t agno; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_imap.c880 int iagno, ino, extno, bitno, sword, agno; local
1359 int nwords, rem, i, agno; local
1665 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) argument
1735 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) argument
1799 diAllocIno(struct inomap * imap, int agno, struct inode *ip) argument
1924 diAllocExt(struct inomap * imap, int agno, struct inode *ip) argument
2044 int extno, bitno, agno, sword, rc; local
2191 int agno, iagno, fwd, back, freei = 0, sword, rc; local
2472 diNewIAG(struct inomap * imap, int *iagnop, int agno, struct metapage ** mpp) argument
[all...]
H A Djfs_incore.h54 unchar agno; /* ag number */ member in struct:jfs_inode_info
H A Djfs_dmap.c696 int rc, agno; local
1371 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) argument
2080 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; local
2227 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; local
3169 int dbitno, word, rembits, nb, nwords, wbitno, agno; local
3301 int agno, l2agsize, oldl2agsize; local
[all...]

Completed in 153 milliseconds