Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_trans.c1085 unsigned int dblocks, in xfs_trans_alloc_inode()
1160 unsigned int dblocks, in xfs_trans_reserve_more_inode()
1205 unsigned int dblocks, in xfs_trans_alloc_icreate()
1287 xfs_filblks_t dblocks, rblocks; in xfs_trans_alloc_ichange() local
1365 unsigned int *dblocks, in xfs_trans_alloc_dir()
Dxfs_rtalloc.h73 xfs_rfsblock_t dblocks, xfs_rfsblock_t rblocks, in xfs_growfs_check_rtgeom()
Dxfs_quota.h174 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, in xfs_trans_reserve_quota_nblks()
189 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) in xfs_trans_reserve_quota_icreate()
Dxfs_trans_dquot.c980 int64_t dblocks, in xfs_trans_reserve_quota_nblks()
1027 int64_t dblocks) in xfs_trans_reserve_quota_icreate()
Dxfs_reflink.c443 unsigned int dblocks = 0, rblocks = 0; in xfs_reflink_fill_cow_hole() local
1245 unsigned int dblocks, rblocks, resblks; in xfs_reflink_remap_extent() local
Dxfs_mount.c385 uint64_t dblocks = mp->m_sb.sb_dblocks; in xfs_set_low_space_thresholds() local
Dxfs_bmap_util.c675 unsigned int dblocks, rblocks, resblks; in xfs_alloc_file_space() local
Dxfs_qm.c2090 xfs_filblks_t dblocks, rblocks; in xfs_qm_vop_chown() local
Dxfs_iomap.c264 unsigned int dblocks, rblocks; in xfs_iomap_write_direct() local
Dxfs_inode.c2987 xfs_filblks_t *dblocks, in xfs_inode_count_blocks()
Dxfs_rtalloc.c1170 xfs_rfsblock_t dblocks, in xfs_growfs_check_rtgeom()
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_ag.c142 xfs_rfsblock_t dblocks) in __xfs_ag_block_count()
222 xfs_rfsblock_t dblocks) in xfs_perag_alloc()
269 xfs_rfsblock_t dblocks, in xfs_initialize_perag()
Dxfs_attr.c323 uint dblocks = xfs_attr3_rmt_blocks(mp, args->valuelen); in xfs_attr_calc_size() local
/linux-6.14.4/fs/gfs2/
Dinode.c404 static int alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) in alloc_dinode()