Searched refs:blkcnt (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_remote.c | 420 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/fs/xfs/ |
H A D | xfs_attr_inactive.c | 38 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 D | xfs_qm.c | 925 xfs_filblks_t blkcnt, in xfs_qm_reset_dqcounts_all() argument 932 ASSERT(blkcnt > 0); in xfs_qm_reset_dqcounts_all() 943 while (blkcnt--) { in xfs_qm_reset_dqcounts_all()
|
/linux/drivers/mtd/ |
H A 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/fs/affs/ |
H A D | file.c | 866 u32 last_blk, blkcnt, blk; in affs_truncate() local 921 blkcnt = AFFS_I(inode)->i_blkcnt; in affs_truncate() 931 if (size > blkcnt - blk + i) in affs_truncate() 932 size = blkcnt - blk + i; in affs_truncate() 969 if (size > blkcnt - blk) in affs_truncate() 970 size = blkcnt - blk; in affs_truncate()
|
/linux/fs/f2fs/ |
H A D | data.c | 3882 unsigned int blkcnt) in f2fs_migrate_blocks() argument 3887 unsigned int end_blk = start_blk + blkcnt - 1; in f2fs_migrate_blocks() 3892 if (!blkcnt) in f2fs_migrate_blocks()
|
H A D | segment.c | 3770 block_t blkaddr, unsigned int blkcnt) in f2fs_update_device_state() argument 3789 if (blkcnt <= blks) in f2fs_update_device_state() 3791 blkcnt -= blks; in f2fs_update_device_state()
|
H A D | f2fs.h | 3763 block_t blkaddr, unsigned int blkcnt);
|