Searched refs:dblocks (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_quota.h101 int64_t dblocks, int64_t rblocks, bool force);
107 struct xfs_dquot *pdqp, int64_t dblocks);
177 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks,
198 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks)
176 xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, bool force) argument
197 xfs_trans_reserve_quota_icreate(struct xfs_trans *tp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) argument
H A Dxfs_trans.h141 int64_t t_dblocks_delta;/* superblock dblocks change */
252 unsigned int dblocks, unsigned int rblocks, bool force,
255 unsigned int dblocks, unsigned int rblocks, bool force_quota);
258 struct xfs_dquot *pdqp, unsigned int dblocks,
264 struct xfs_inode *ip, unsigned int *dblocks,
H A Dxfs_trans.c1192 unsigned int dblocks,
1203 error = xfs_trans_alloc(mp, resv, dblocks,
1219 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, force);
1267 unsigned int dblocks,
1278 error = xfs_trans_reserve(tp, &resv, dblocks, rtx);
1288 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks,
1294 xfs_mod_fdblocks(mp, dblocks, tp->t_flags & XFS_TRANS_RESERVE);
1295 tp->t_blk_res -= dblocks;
1312 unsigned int dblocks,
1320 error = xfs_trans_alloc(mp, resv, dblocks,
1189 xfs_trans_alloc_inode( struct xfs_inode *ip, struct xfs_trans_res *resv, unsigned int dblocks, unsigned int rblocks, bool force, struct xfs_trans **tpp) argument
1264 xfs_trans_reserve_more_inode( struct xfs_trans *tp, struct xfs_inode *ip, unsigned int dblocks, unsigned int rblocks, bool force_quota) argument
1306 xfs_trans_alloc_icreate( struct xfs_mount *mp, struct xfs_trans_res *resv, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, unsigned int dblocks, struct xfs_trans **tpp) argument
1435 xfs_trans_alloc_dir( struct xfs_inode *dp, struct xfs_trans_res *resv, struct xfs_inode *ip, unsigned int *dblocks, struct xfs_trans **tpp, int *nospace_error) argument
[all...]
H A Dxfs_trans_dquot.c950 int64_t dblocks,
969 ip->i_gdquot, ip->i_pdquot, dblocks, 0,
980 ip->i_gdquot, ip->i_pdquot, -dblocks, 0,
995 int64_t dblocks)
1003 dblocks, 1, XFS_QMOPT_RES_REGBLKS);
947 xfs_trans_reserve_quota_nblks( struct xfs_trans *tp, struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, bool force) argument
990 xfs_trans_reserve_quota_icreate( struct xfs_trans *tp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) argument
H A Dxfs_iomap.c252 unsigned int dblocks, rblocks; local
263 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, 0);
266 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned);
292 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, 0) << 1;
296 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, dblocks,
H A Dxfs_bmap_util.c671 unsigned int dblocks, rblocks, resblks; local
704 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, 0);
707 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resblks);
712 dblocks, rblocks, false, &tp);
H A Dxfs_mount.c372 uint64_t dblocks = mp->m_sb.sb_dblocks; local
376 do_div(dblocks, 100);
380 mp->m_low_space[i] = dblocks * (i + 1);
H A Dxfs_inode.h633 xfs_filblks_t *dblocks, xfs_filblks_t *rblocks);
H A Dxfs_inode.c3939 xfs_filblks_t *dblocks,
3947 *dblocks = ip->i_nblocks - *rblocks;
3936 xfs_inode_count_blocks( struct xfs_trans *tp, struct xfs_inode *ip, xfs_filblks_t *dblocks, xfs_filblks_t *rblocks) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c283 xfs_rfsblock_t dblocks)
289 return dblocks - (agno * mp->m_sb.sb_agblocks);
365 xfs_rfsblock_t dblocks,
438 dblocks);
279 __xfs_ag_block_count( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agnumber_t agcount, xfs_rfsblock_t dblocks) argument
362 xfs_initialize_perag( struct xfs_mount *mp, xfs_agnumber_t agcount, xfs_rfsblock_t dblocks, xfs_agnumber_t *maxagi) argument
H A Dxfs_attr.c309 uint dblocks = xfs_attr3_rmt_blocks(mp, args->valuelen); local
310 nblks += dblocks;
311 nblks += XFS_NEXTENTADD_SPACE_RES(mp, dblocks, XFS_ATTR_FORK);
/linux-master/fs/gfs2/
H A Dinode.c404 static int alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) argument
407 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, };
418 error = gfs2_trans_begin(sdp, (*dblocks * RES_RG_BIT) + RES_STATFS + RES_QUOTA, 0);
422 error = gfs2_alloc_blocks(ip, &ip->i_no_addr, dblocks, 1);
429 if (*dblocks > 1)

Completed in 190 milliseconds