Home
last modified time | relevance | path

Searched refs:xfs_agblock_t (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_extent_busy.h38 xfs_agblock_t bno;
47 xfs_agblock_t bno, xfs_extlen_t len, unsigned int flags);
55 xfs_agblock_t bno, xfs_extlen_t len);
59 xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata);
62 xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t bno,
63 xfs_extlen_t len, xfs_agblock_t *rbno, xfs_extlen_t *rlen);
Dxfs_extent_busy.c38 xfs_agblock_t bno, in xfs_extent_busy_insert()
108 xfs_agblock_t bno, in xfs_extent_busy_search()
161 xfs_agblock_t fbno, in xfs_extent_busy_update_extent()
166 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_update_extent()
167 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_update_extent()
168 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent()
308 xfs_agblock_t fbno, in xfs_extent_busy_reuse()
324 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_reuse()
325 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse()
352 xfs_agblock_t bno, in xfs_extent_busy_trim()
[all …]
Dxfs_icreate_item.h30 xfs_agblock_t agbno, unsigned int count,
31 unsigned int inode_size, xfs_agblock_t length,
Dxfs_icreate_item.c163 xfs_agblock_t agbno, in xfs_icreate_log()
166 xfs_agblock_t length, in xfs_icreate_log()
Dxfs_mount.h255 static inline xfs_agblock_t
259 return (xfs_agblock_t) do_div(ld, mp->m_sb.sb_agblocks); in xfs_daddr_to_agbno()
Dxfs_trace.h1358 xfs_agblock_t agbno, xfs_extlen_t len),
1363 __field(xfs_agblock_t, agbno)
1381 xfs_agblock_t agbno, xfs_extlen_t len), \
1391 xfs_agblock_t agbno, xfs_extlen_t len,
1392 xfs_agblock_t tbno, xfs_extlen_t tlen),
1397 __field(xfs_agblock_t, agbno)
1399 __field(xfs_agblock_t, tbno)
1496 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t agbno,
1502 __field(xfs_agblock_t, agbno)
1535 __field(xfs_agblock_t, agbno)
[all …]
Dxfs_discard.c79 xfs_agblock_t fbno; in xfs_trim_extents()
Dxfs_itable.c181 xfs_agblock_t agbno; in xfs_bulkstat_ichunk_ra()
Dxfs_log_recover.c3034 xfs_agblock_t agbno; in xlog_recover_do_icreate_pass2()
3037 xfs_agblock_t length; in xlog_recover_do_icreate_pass2()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.h106 xfs_agblock_t agbno; /* allocation group-relative block # */
153 xfs_agblock_t *bnop, /* block address retrieved from freelist */
183 xfs_agblock_t bno, /* block being freed */
216 xfs_agblock_t bno, /* starting block of extent */
223 xfs_agblock_t bno, /* starting block of extent */
230 xfs_agblock_t *bno, /* output: starting block of extent */
Dxfs_alloc.c50 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *);
58 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_eq()
74 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_ge()
90 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_le()
107 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_update()
123 xfs_agblock_t *bno, /* output: starting block of extent */ in xfs_alloc_get_rec()
145 xfs_agblock_t foundbno, /* starting block in found extent */ in xfs_alloc_compute_aligned()
147 xfs_agblock_t *resbno, /* result block number */ in xfs_alloc_compute_aligned()
150 xfs_agblock_t bno; in xfs_alloc_compute_aligned()
157 xfs_agblock_t aligned_bno = roundup(bno, args->alignment); in xfs_alloc_compute_aligned()
[all …]
Dxfs_types.h23 typedef __uint32_t xfs_agblock_t; /* blockno in alloc. group */ typedef
58 #define NULLAGBLOCK ((xfs_agblock_t)-1)
Dxfs_ialloc.h160 xfs_agnumber_t agno, xfs_agblock_t agbno,
161 xfs_agblock_t length, unsigned int gen);
Dxfs_format.h108 xfs_agblock_t sb_rextsize; /* realtime extent size, blocks */
109 xfs_agblock_t sb_agblocks; /* size of an allocation group */
525 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d))
748 sizeof(xfs_agblock_t))
779 ((xfs_agblock_t)((fsbno) & xfs_mask32lo((mp)->m_sb.sb_agblklog)))
1028 (((xfs_agblock_t)(i) >> XFS_INO_OFFSET_BITS(mp)) & \
1188 xfs_agblock_t ar_startblock; /* starting block number */
1199 #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
1200 #define XFS_CNT_BLOCK(mp) ((xfs_agblock_t)(XFS_BNO_BLOCK(mp) + 1))
1253 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1))
[all …]
Dxfs_btree.h301 xfs_agblock_t agbno, /* allocation group block number */
357 xfs_agblock_t agbno, /* allocation group block number */
438 #define XFS_AGBLOCK_MIN(a,b) min_t(xfs_agblock_t, (a), (b))
439 #define XFS_AGBLOCK_MAX(a,b) max_t(xfs_agblock_t, (a), (b))
Dxfs_ialloc.c224 xfs_agblock_t agbno, in xfs_ialloc_inode_init()
225 xfs_agblock_t length, in xfs_ialloc_inode_init()
1678 xfs_agblock_t agbno; /* block number containing inode */ in xfs_difree()
1752 xfs_agblock_t agbno, in xfs_imap_lookup()
1753 xfs_agblock_t *chunk_agbno, in xfs_imap_lookup()
1754 xfs_agblock_t *offset_agbno, in xfs_imap_lookup()
1817 xfs_agblock_t agbno; /* block number of inode in the alloc group */ in xfs_imap()
1821 xfs_agblock_t chunk_agbno; /* first block in inode chunk */ in xfs_imap()
1822 xfs_agblock_t cluster_agbno; /* first block in inode cluster */ in xfs_imap()
1825 xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ in xfs_imap()
Dxfs_alloc_btree.c75 xfs_agblock_t bno; in xfs_allocbt_alloc_block()
110 xfs_agblock_t bno; in xfs_allocbt_free_block()
Dxfs_ialloc_btree.c92 xfs_agblock_t sbno = be32_to_cpu(start->s); in xfs_inobt_alloc_block()
Dxfs_btree.c108 xfs_agblock_t agflen; /* native ag. freespace length */ in xfs_btree_check_sblock()
185 xfs_agblock_t bno, /* btree block disk address */ in xfs_btree_check_sptr()
188 xfs_agblock_t agblocks = cur->bc_mp->m_sb.sb_agblocks; in xfs_btree_check_sptr()
571 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_get_bufs()
753 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_reada_bufs()
797 xfs_agblock_t left = be32_to_cpu(block->bb_u.s.bb_leftsib); in xfs_btree_readahead_sblock()
798 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock()
Dxfs_dir2.c196 xfs_agblock_t agblkno; in xfs_dir_ino_validate()
Dxfs_bmap.c580 xfs_agblock_t agbno; in xfs_bmap_add_free()