Searched refs:blkcnt (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_attr_remote.c | 392 int blkcnt = args->rmtblkcnt; in xfs_attr_rmtval_get() local 405 blkcnt, map, &nmap, in xfs_attr_rmtval_get() 433 blkcnt -= map[i].br_blockcount; in xfs_attr_rmtval_get() 451 int blkcnt; in xfs_attr_rmt_find_hole() local 459 blkcnt = xfs_attr3_rmt_blocks(mp, args->rmtvaluelen); in xfs_attr_rmt_find_hole() 460 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff, in xfs_attr_rmt_find_hole() 466 args->rmtblkcnt = blkcnt; in xfs_attr_rmt_find_hole() 480 int blkcnt; in xfs_attr_rmtval_set_value() local 493 blkcnt = args->rmtblkcnt; in xfs_attr_rmtval_set_value() 500 ASSERT(blkcnt > 0); in xfs_attr_rmtval_set_value() [all …]
|
/linux-6.6.21/fs/xfs/ |
D | xfs_attr_inactive.c | 37 int blkcnt) in xfs_attr3_rmt_stale() argument 47 while (blkcnt > 0) { in xfs_attr3_rmt_stale() 52 error = xfs_bmapi_read(dp, (xfs_fileoff_t)blkno, blkcnt, in xfs_attr3_rmt_stale() 69 blkcnt -= map.br_blockcount; in xfs_attr3_rmt_stale() 103 int blkcnt; in xfs_attr3_leaf_inactive() local 112 blkcnt = xfs_attr3_rmt_blocks(dp->i_mount, in xfs_attr3_leaf_inactive() 115 be32_to_cpu(name_rmt->valueblk), blkcnt); in xfs_attr3_leaf_inactive()
|
D | xfs_qm.c | 910 xfs_filblks_t blkcnt, in xfs_qm_reset_dqcounts_all() argument 917 ASSERT(blkcnt > 0); in xfs_qm_reset_dqcounts_all() 928 while (blkcnt--) { in xfs_qm_reset_dqcounts_all()
|
/linux-6.6.21/drivers/mtd/ |
D | mtdpstore.c | 243 u32 blkcnt = (u32)div_u64(cxt->mtd->size, cxt->mtd->erasesize); in mtdpstore_security() local 255 while (blkcnt--) { in mtdpstore_security() 502 u32 blkcnt = (u32)div_u64(mtd->size, mtd->erasesize); in mtdpstore_flush_removed() local 504 for (off = 0; blkcnt > 0; blkcnt--, off += mtd->erasesize) { in mtdpstore_flush_removed()
|
/linux-6.6.21/fs/affs/ |
D | file.c | 868 u32 last_blk, blkcnt, blk; in affs_truncate() local 923 blkcnt = AFFS_I(inode)->i_blkcnt; in affs_truncate() 933 if (size > blkcnt - blk + i) in affs_truncate() 934 size = blkcnt - blk + i; in affs_truncate() 971 if (size > blkcnt - blk) in affs_truncate() 972 size = blkcnt - blk; in affs_truncate()
|
/linux-6.6.21/fs/f2fs/ |
D | segment.c | 3524 block_t blkaddr, unsigned int blkcnt) in f2fs_update_device_state() argument 3543 if (blkcnt <= blks) in f2fs_update_device_state() 3545 blkcnt -= blks; in f2fs_update_device_state()
|
D | data.c | 3915 unsigned int blkcnt) in f2fs_migrate_blocks() argument 3921 unsigned int end_sec = secidx + blkcnt / blk_per_sec; in f2fs_migrate_blocks()
|
D | f2fs.h | 3712 block_t blkaddr, unsigned int blkcnt);
|