Searched refs:xfs_fsblock_t (Results 1 - 25 of 43) sorted by path

12

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c2560 xfs_fsblock_t fsbno = XFS_AGB_TO_FSB(mp, agno, agbno);
2589 xfs_fsblock_t bno,
2649 xfs_fsblock_t bno,
3425 xfs_fsblock_t target,
3735 xfs_fsblock_t target)
3791 xfs_fsblock_t target)
3826 xfs_fsblock_t target)
3863 xfs_fsblock_t target)
H A Dxfs_alloc.h39 xfs_fsblock_t fsbno; /* file system block number */
111 xfs_fsblock_t target);
118 xfs_fsblock_t target);
129 xfs_fsblock_t target);
137 xfs_fsblock_t target);
234 int xfs_free_extent_later(struct xfs_trans *tp, xfs_fsblock_t bno,
245 xfs_fsblock_t xefi_startblock;/* starting fs block number */
H A Dxfs_bmap.c235 xfs_fsblock_t fsbno, /* file system block number */
257 xfs_fsblock_t bno)
349 xfs_fsblock_t bno; /* block # of "block" */
430 xfs_fsblock_t nextbno;
571 xfs_fsblock_t cbno; /* child block number */
3131 xfs_fsblock_t adjust; /* adjustment to block numbers */
3170 xfs_fsblock_t gotbno; /* right side block number */
3171 xfs_fsblock_t gotdiff=0; /* right side difference */
3172 xfs_fsblock_t prevbno; /* left side block number */
3173 xfs_fsblock_t prevdif
[all...]
H A Dxfs_bmap.h28 xfs_fsblock_t blkno; /* starting block of new extent */
124 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL)
125 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL)
274 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
H A Dxfs_bmap_btree.c279 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, xfs_buf_daddr(bp));
H A Dxfs_btree.c64 xfs_fsblock_t fsb,
67 xfs_fsblock_t sibling;
161 xfs_fsblock_t fsb;
968 xfs_fsblock_t left = be64_to_cpu(block->bb_u.l.bb_leftsib);
969 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib);
4730 xfs_fsblock_t fsb;
H A Dxfs_format.h103 xfs_fsblock_t sb_logstart; /* starting block of log if internal */
671 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
678 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
1679 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
1681 static inline int isnullstartblock(xfs_fsblock_t x)
1686 static inline xfs_fsblock_t nullstartblock(int k)
1692 static inline xfs_filblks_t startblockval(xfs_fsblock_t x)
H A Dxfs_ialloc_btree.c168 xfs_fsblock_t fsbno;
H A Dxfs_inode_fork.c437 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t));
483 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t));
H A Dxfs_log_format.h592 xfs_fsblock_t ext_start;
H A Dxfs_refcount.c1117 xfs_fsblock_t fsbno;
1467 xfs_fsblock_t startblock,
1879 xfs_fsblock_t fsb,
1898 xfs_fsblock_t fsb,
1968 xfs_fsblock_t fsb;
H A Dxfs_refcount.h56 xfs_fsblock_t ri_startblock;
88 void xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
90 void xfs_refcount_free_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
H A Dxfs_refcount_btree.c107 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, xfs_buf_daddr(bp));
H A Dxfs_rtbitmap.c989 xfs_fsblock_t rtbno,
H A Dxfs_rtbitmap.h351 int xfs_rtfree_blocks(struct xfs_trans *tp, xfs_fsblock_t rtbno,
H A Dxfs_symlink_remote.c315 xfs_fsblock_t fs_blocks,
H A Dxfs_symlink_remote.h23 const char *target_path, int pathlen, xfs_fsblock_t fs_blocks,
H A Dxfs_types.c44 xfs_fsblock_t fsbno)
60 xfs_fsblock_t fsbno,
61 xfs_fsblock_t len)
H A Dxfs_types.h31 typedef uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef
50 #define NULLFSBLOCK ((xfs_fsblock_t)-1)
153 xfs_fsblock_t br_startblock; /* starting block number */
220 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
221 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
222 xfs_fsblock_t len);
/linux-master/fs/xfs/scrub/
H A Dagb_bitmap.c60 xfs_fsblock_t fsbno;
H A Dbmap_repair.c98 xfs_fsblock_t startblock,
124 xfs_fsblock_t startblock,
241 xfs_fsblock_t fsbno;
H A Dcow_repair.c78 xfs_fsblock_t fsbno;
89 xfs_fsblock_t startblock,
140 xfs_fsblock_t fsbno;
203 xfs_fsblock_t fsbno;
H A Dfsb_bitmap.h9 /* Bitmaps, but for type-checked for xfs_fsblock_t */
26 xfs_fsblock_t start, xfs_filblks_t len)
H A Dialloc_repair.c637 xfs_fsblock_t fsbno;
H A Dinode_repair.c795 xfs_fsblock_t fsbno;

Completed in 471 milliseconds

12