Home
last modified time | relevance | path

Searched refs:blkcnt (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_attr_remote.c420 blkcnt, map, &nmap, in xfs_attr_rmtval_get()
467 unsigned int blkcnt; in xfs_attr_rmt_find_hole() local
482 args->rmtblkcnt = blkcnt; in xfs_attr_rmt_find_hole()
496 unsigned int blkcnt; in xfs_attr_rmtval_set_value() local
509 blkcnt = args->rmtblkcnt; in xfs_attr_rmtval_set_value()
516 ASSERT(blkcnt > 0); in xfs_attr_rmtval_set_value()
547 blkcnt -= map.br_blockcount; in xfs_attr_rmtval_set_value()
659 unsigned int blkcnt; in xfs_attr_rmtval_invalidate() local
666 blkcnt = args->rmtblkcnt; in xfs_attr_rmtval_invalidate()
667 while (blkcnt > 0) { in xfs_attr_rmtval_invalidate()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_attr_inactive.c38 int blkcnt) in xfs_attr3_rmt_stale() argument
48 while (blkcnt > 0) { in xfs_attr3_rmt_stale()
53 error = xfs_bmapi_read(dp, (xfs_fileoff_t)blkno, blkcnt, in xfs_attr3_rmt_stale()
70 blkcnt -= map.br_blockcount; in xfs_attr3_rmt_stale()
104 int blkcnt; in xfs_attr3_leaf_inactive() local
113 blkcnt = xfs_attr3_rmt_blocks(dp->i_mount, in xfs_attr3_leaf_inactive()
116 be32_to_cpu(name_rmt->valueblk), blkcnt); in xfs_attr3_leaf_inactive()
H A Dxfs_qm.c1157 xfs_filblks_t blkcnt, in xfs_qm_reset_dqcounts_all() argument
1164 ASSERT(blkcnt > 0); in xfs_qm_reset_dqcounts_all()
1175 while (blkcnt--) { in xfs_qm_reset_dqcounts_all()
/linux-6.15/drivers/mtd/
H A Dmtdpstore.c243 u32 blkcnt = (u32)div_u64(cxt->mtd->size, cxt->mtd->erasesize); in mtdpstore_security() local
255 while (blkcnt--) { in mtdpstore_security()
505 u32 blkcnt = (u32)div_u64(mtd->size, mtd->erasesize); in mtdpstore_flush_removed() local
507 for (off = 0; blkcnt > 0; blkcnt--, off += mtd->erasesize) { in mtdpstore_flush_removed()
/linux-6.15/fs/affs/
H A Dfile.c867 u32 last_blk, blkcnt, blk; in affs_truncate() local
922 blkcnt = AFFS_I(inode)->i_blkcnt; in affs_truncate()
932 if (size > blkcnt - blk + i) in affs_truncate()
933 size = blkcnt - blk + i; in affs_truncate()
970 if (size > blkcnt - blk) in affs_truncate()
971 size = blkcnt - blk; in affs_truncate()
/linux-6.15/fs/f2fs/
H A Ddata.c3846 unsigned int blkcnt) in f2fs_migrate_blocks() argument
3851 unsigned int end_blk = start_blk + blkcnt - 1; in f2fs_migrate_blocks()
3856 if (!blkcnt) in f2fs_migrate_blocks()
H A Dsegment.c3855 block_t blkaddr, unsigned int blkcnt) in f2fs_update_device_state() argument
3874 if (blkcnt <= blks) in f2fs_update_device_state()
3876 blkcnt -= blks; in f2fs_update_device_state()
H A Df2fs.h3834 block_t blkaddr, unsigned int blkcnt);