Home
last modified time | relevance | path

Searched defs:dblocks (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_trans.c1180 unsigned int dblocks, in xfs_trans_alloc_inode()
1238 unsigned int dblocks, in xfs_trans_alloc_icreate()
1365 unsigned int *dblocks, in xfs_trans_alloc_dir()
Dxfs_trans_dquot.c787 int64_t dblocks, in xfs_trans_reserve_quota_nblks()
832 int64_t dblocks) in xfs_trans_reserve_quota_icreate()
Dxfs_quota.h134 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, in xfs_trans_reserve_quota_nblks()
155 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) in xfs_trans_reserve_quota_icreate()
Dxfs_mount.c371 uint64_t dblocks = mp->m_sb.sb_dblocks; in xfs_set_low_space_thresholds() local
Dxfs_bmap_util.c819 unsigned int dblocks, rblocks, resblks; in xfs_alloc_file_space() local
Dxfs_iomap.c204 unsigned int dblocks, rblocks; in xfs_iomap_write_direct() local
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ag.c209 xfs_rfsblock_t dblocks) in __xfs_ag_block_count()
266 xfs_rfsblock_t dblocks, in xfs_initialize_perag()
Dxfs_attr.c309 uint dblocks = xfs_attr3_rmt_blocks(mp, args->valuelen); in xfs_attr_calc_size() local
/linux-6.1.9/fs/gfs2/
Dinode.c387 static int alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) in alloc_dinode()