| /linux/fs/xfs/ |
| H A D | xfs_quota.h | 102 int64_t dblocks, int64_t rblocks, bool force); 108 struct xfs_dquot *pdqp, int64_t dblocks); 174 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, in xfs_trans_reserve_quota_nblks() argument 189 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) in xfs_trans_reserve_quota_icreate() argument
|
| H A D | xfs_rtalloc.h | 46 int xfs_growfs_check_rtgeom(const struct xfs_mount *mp, xfs_rfsblock_t dblocks, 68 xfs_rfsblock_t dblocks, xfs_rfsblock_t rblocks, in xfs_growfs_check_rtgeom() argument
|
| H A D | xfs_iomap.c | 280 unsigned int dblocks, rblocks; in xfs_iomap_write_direct() 291 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, 0); in xfs_iomap_write_direct() 294 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct() 320 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, 0) << 1; in xfs_iomap_write_direct() 324 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, dblocks, in xfs_iomap_write_direct() 1140 unsigned int dblocks = 0, rblocks = 0; in xfs_atomic_write_cow_iomap_begin() 1191 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, 0); in xfs_atomic_write_cow_iomap_begin() 1194 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_atomic_write_cow_iomap_begin() 1198 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, dblocks, in xfs_atomic_write_cow_iomap_begin() 277 unsigned int dblocks, rblocks; xfs_iomap_write_direct() local 1137 unsigned int dblocks = 0, rblocks = 0; xfs_atomic_write_cow_iomap_begin() local
|
| H A D | xfs_mount.c | 385 uint64_t dblocks = mp->m_sb.sb_dblocks; in xfs_set_low_space_thresholds() 389 do_div(dblocks, 100); in xfs_set_low_space_thresholds() 393 mp->m_low_space[i] = dblocks * (i + 1); in xfs_set_low_space_thresholds() 388 uint64_t dblocks = mp->m_sb.sb_dblocks; xfs_set_low_space_thresholds() local
|
| H A D | xfs_qm.c | 1965 xfs_filblks_t dblocks, rblocks; in xfs_qm_vop_chown() local 1977 xfs_inode_count_blocks(tp, ip, &dblocks, &rblocks); in xfs_qm_vop_chown() 1980 -(xfs_qcnt_t)dblocks); in xfs_qm_vop_chown() 1986 xfs_trans_mod_ino_dquot(tp, ip, newdq, XFS_TRANS_DQ_BCOUNT, dblocks); in xfs_qm_vop_chown()
|
| H A D | xfs_inode.h | 672 xfs_filblks_t *dblocks, xfs_filblks_t *rblocks);
|
| H A D | xfs_rtalloc.c | 1264 xfs_rfsblock_t dblocks, in xfs_growfs_check_rtgeom() argument 1274 nmp->m_sb.sb_dblocks = dblocks; in xfs_growfs_check_rtgeom()
|
| H A D | xfs_inode.c | 2990 xfs_filblks_t *dblocks, in xfs_inode_count_blocks() argument 2998 *dblocks = ip->i_nblocks - *rblocks; in xfs_inode_count_blocks()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.c | 139 xfs_rfsblock_t dblocks) in __xfs_ag_block_count() 145 return dblocks - (agno * mp->m_sb.sb_agblocks); in __xfs_ag_block_count() 219 xfs_rfsblock_t dblocks) in xfs_perag_alloc() 239 dblocks); in xfs_perag_alloc() 260 xfs_rfsblock_t dblocks, in xfs_perag_alloc() 270 error = xfs_perag_alloc(mp, index, new_agcount, dblocks); in xfs_initialize_perag() 142 __xfs_ag_block_count(struct xfs_mount * mp,xfs_agnumber_t agno,xfs_agnumber_t agcount,xfs_rfsblock_t dblocks) __xfs_ag_block_count() argument 222 xfs_perag_alloc(struct xfs_mount * mp,xfs_agnumber_t index,xfs_agnumber_t agcount,xfs_rfsblock_t dblocks) xfs_perag_alloc() argument 269 xfs_initialize_perag(struct xfs_mount * mp,xfs_agnumber_t orig_agcount,xfs_agnumber_t new_agcount,xfs_rfsblock_t dblocks,xfs_agnumber_t * maxagi) xfs_initialize_perag() argument
|