Home
last modified time | relevance | path

Searched refs:xfs_fsblock_t (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap.h47 xfs_fsblock_t xbfi_startblock;/* starting fs block number */
90 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL)
91 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL)
94 void xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp);
106 xfs_fsblock_t firstblock; /* i/o first block allocated */
107 xfs_fsblock_t rval; /* starting block of new extent */
167 xfs_fsblock_t bno, /* fs block number of extent */
201 xfs_fsblock_t firstblock, /* controlled a.g. for allocs */
283 xfs_fsblock_t *firstblock, /* first allocated block
302 xfs_fsblock_t *fsb, /* output: mapped block */
[all …]
Dxfs_bmap_btree.h114 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
118 int isnullstartblock(xfs_fsblock_t x);
130 xfs_fsblock_t nullstartblock(int k);
137 xfs_filblks_t startblockval(xfs_fsblock_t x);
178 xfs_fsblock_t br_startblock; /* starting block number */
496 xfs_fsblock_t
522 xfs_fsblock_t
571 xfs_fsblock_t,
579 xfs_fsblock_t,
587 xfs_fsblock_t,
[all …]
Dxfs_types.h113 typedef __uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef
118 typedef __uint32_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef
137 #define NULLFSBLOCK ((xfs_fsblock_t)-1)
Dxfs_rtalloc.c76 xfs_extlen_t, xfs_buf_t **, xfs_fsblock_t *);
78 xfs_rtblock_t, xfs_buf_t **, xfs_fsblock_t *, int *);
86 xfs_rtblock_t, xfs_buf_t **, xfs_fsblock_t *, xfs_suminfo_t *);
90 xfs_rtblock_t, int, xfs_buf_t **, xfs_fsblock_t *);
124 xfs_fsblock_t firstblock; /* first block allocated in xaction */ in xfs_growfs_rt_alloc()
126 xfs_fsblock_t fsbno; /* filesystem block for bno */ in xfs_growfs_rt_alloc()
239 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_block()
351 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_exact()
430 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_near()
623 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_size()
[all …]
Dxfs_ag.h266 xfs_fsblock_t xfs_agb_to_fsb(struct xfs_mount *mp, xfs_agnumber_t agno,
271 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
274 xfs_agnumber_t xfs_fsb_to_agno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
281 xfs_agblock_t xfs_fsb_to_agbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
295 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno))))
Dxfs_dir.h72 xfs_fsblock_t *first,
85 xfs_fsblock_t *first,
97 xfs_fsblock_t *first,
Dxfs_bmap_btree.c78 STATIC int xfs_bmbt_split(xfs_btree_cur_t *, int, xfs_fsblock_t *,
212 xfs_fsblock_t f, in xfs_bmbt_trace_argifk()
235 xfs_fsblock_t f, in xfs_bmbt_trace_argifr()
341 xfs_fsblock_t bno; /* fs-relative block number */ in xfs_bmbt_delrec()
351 xfs_fsblock_t lbno; /* left sibling block number */ in xfs_bmbt_delrec()
361 xfs_fsblock_t rbno; /* right sibling block number */ in xfs_bmbt_delrec()
711 xfs_fsblock_t *bno, in xfs_bmbt_get_rec()
752 xfs_fsblock_t *bnop, in xfs_bmbt_insrec()
767 xfs_fsblock_t nbno; /* new block number */ in xfs_bmbt_insrec()
1126 xfs_fsblock_t fsbno=0; in xfs_bmbt_lookup()
[all …]
Dxfs_alloc.h69 xfs_fsblock_t fsbno; /* file system block number */
186 xfs_fsblock_t bno, /* starting block number of extent */
Dxfs_trans_extfree.c80 xfs_fsblock_t start_block, in xfs_trans_log_efi_extent()
137 xfs_fsblock_t start_block, in xfs_trans_log_efd_extent()
Dxfs_btree.h188 xfs_fsblock_t firstblock; /* 1st blk allocated */
345 xfs_fsblock_t fsbno, /* file system block number */
411 xfs_fsblock_t fsbno, /* file system block number */
437 xfs_fsblock_t fsbno, /* file system block number */
558 int xfs_fsb_sanity_check(struct xfs_mount *mp, xfs_fsblock_t fsb);
Dxfs_dir2.c79 xfs_fsblock_t *first,
85 xfs_fsblock_t *first,
91 xfs_fsblock_t *first, xfs_bmap_free_t *flist,
203 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir2_createname()
314 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir2_removename()
417 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir2_replace()
Dxfs_macros.c80 isnullstartblock(xfs_fsblock_t x) in isnullstartblock()
87 xfs_fsblock_t
96 startblockval(xfs_fsblock_t x) in startblockval()
135 xfs_fsblock_t
502 xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp) in xfs_bmap_init()
890 xfs_fsblock_t
1461 xfs_fsb_sanity_check(xfs_mount_t *mp, xfs_fsblock_t fsbno) in xfs_fsb_sanity_check()
1469 xfs_fsb_to_agbno(xfs_mount_t *mp, xfs_fsblock_t fsbno) in xfs_fsb_to_agbno()
1477 xfs_fsb_to_agno(xfs_mount_t *mp, xfs_fsblock_t fsbno) in xfs_fsb_to_agno()
1485 xfs_fsb_to_daddr(xfs_mount_t *mp, xfs_fsblock_t fsbno) in xfs_fsb_to_daddr()
[all …]
Dxfs_bmap.c91 xfs_fsblock_t *firstblock, /* first block allocated */
102 xfs_fsblock_t *firstblock, /* first block allocated */
116 xfs_fsblock_t *first, /* pointer to firstblock variable */
133 xfs_fsblock_t *first, /* pointer to firstblock variable */
254 xfs_fsblock_t *firstblock, /* first-block-allocated */
282 xfs_fsblock_t *firstblock, /* first block allocated in xaction */
418 xfs_fsblock_t blockno,
439 xfs_fsblock_t *firstblock, /* first block allocated */ in xfs_bmap_add_attrfork_btree()
482 xfs_fsblock_t *firstblock, /* first block allocated */ in xfs_bmap_add_attrfork_extents()
509 xfs_fsblock_t *firstblock, /* first block allocated */ in xfs_bmap_add_attrfork_local()
[all …]
Dxfs_iomap.c160 xfs_fsblock_t start_block; in xfs_imap_to_bmap()
381 xfs_fsblock_t firstfsb; in xfs_iomap_write_direct()
555 xfs_fsblock_t firstblock; in xfs_iomap_write_delay()
756 xfs_fsblock_t first_block; in xfs_iomap_write_allocate()
916 xfs_fsblock_t firstfsb; in xfs_iomap_write_unwritten()
Dxfs_rw.h72 xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
Dxfs_ialloc.h151 xfs_fsblock_t *bno, /* output: block containing inode */
Dxfs_dir.c86 xfs_fsblock_t *firstblock,
101 xfs_fsblock_t *firstblock,
115 xfs_fsblock_t *firstblock,
254 int namelen, xfs_ino_t inum, xfs_fsblock_t *firstblock, in xfs_dir_createname()
363 int namelen, xfs_ino_t ino, xfs_fsblock_t *firstblock, in xfs_dir_removename()
496 xfs_ino_t inum, xfs_fsblock_t *firstblock, in xfs_dir_replace()
Dxfs_btree.c533 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_get_bufl()
754 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_read_bufl()
825 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_reada_bufl()
Dxfs_inum.h128 xfs_fsblock_t xfs_ino_to_fsb(struct xfs_mount *mp, xfs_ino_t i);
Dxfs_sb.h529 xfs_fsblock_t xfs_daddr_to_fsb(struct xfs_mount *mp, xfs_daddr_t d);
536 xfs_daddr_t xfs_fsb_to_daddr(struct xfs_mount *mp, xfs_fsblock_t fsbno);
Dxfs_vnodeops.c1309 xfs_fsblock_t first_block; in xfs_inactive_symlink_rmt()
1598 xfs_fsblock_t first_block; in xfs_inactive()
1860 xfs_fsblock_t first_block; in xfs_create()
2344 xfs_fsblock_t first_block; in xfs_remove()
2587 xfs_fsblock_t first_block; in xfs_link()
2763 xfs_fsblock_t first_block; in xfs_mkdir()
2992 xfs_fsblock_t first_block; in xfs_rmdir()
3277 xfs_fsblock_t first_block; in xfs_symlink()
4042 xfs_fsblock_t firstfsb; in xfs_alloc_file_space()
4310 xfs_fsblock_t firstfsb; in xfs_free_file_space()
Dxfs_da_btree.h179 xfs_fsblock_t *firstblock; /* ptr to firstblock for bmap calls */
Dxfs_trans.h1020 xfs_fsblock_t,
1027 xfs_fsblock_t,
Dxfs_rename.c258 xfs_fsblock_t first_block; in xfs_rename()
Dxfs_mount.h208 xfs_fsblock_t *, xfs_extlen_t,

12