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

/linux-master/fs/xfs/
H A Dxfs_attr_inactive.c38 int blkcnt)
48 while (blkcnt > 0) {
53 error = xfs_bmapi_read(dp, (xfs_fileoff_t)blkno, blkcnt,
70 blkcnt -= map.br_blockcount;
104 int blkcnt; local
113 blkcnt = xfs_attr3_rmt_blocks(dp->i_mount,
116 be32_to_cpu(name_rmt->valueblk), blkcnt);
35 xfs_attr3_rmt_stale( struct xfs_inode *dp, xfs_dablk_t blkno, int blkcnt) argument
H A Dxfs_qm.c920 xfs_filblks_t blkcnt,
927 ASSERT(blkcnt > 0);
938 while (blkcnt--) {
916 xfs_qm_reset_dqcounts_all( struct xfs_mount *mp, xfs_dqid_t firstid, xfs_fsblock_t bno, xfs_filblks_t blkcnt, xfs_dqtype_t type, struct list_head *buffer_list) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_remote.c395 int blkcnt = args->rmtblkcnt; local
408 blkcnt, map, &nmap,
438 blkcnt -= map[i].br_blockcount;
456 int blkcnt; local
464 blkcnt = xfs_attr3_rmt_blocks(mp, args->rmtvaluelen);
465 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff,
471 args->rmtblkcnt = blkcnt;
485 int blkcnt; local
498 blkcnt = args->rmtblkcnt;
505 ASSERT(blkcnt >
649 int blkcnt; local
[all...]
/linux-master/drivers/mtd/
H A Dmtdpstore.c243 u32 blkcnt = (u32)div_u64(cxt->mtd->size, cxt->mtd->erasesize); local
255 while (blkcnt--) {
502 u32 blkcnt = (u32)div_u64(mtd->size, mtd->erasesize); local
504 for (off = 0; blkcnt > 0; blkcnt--, off += mtd->erasesize) {
/linux-master/fs/affs/
H A Dfile.c868 u32 last_blk, blkcnt, blk; local
923 blkcnt = AFFS_I(inode)->i_blkcnt;
933 if (size > blkcnt - blk + i)
934 size = blkcnt - blk + i;
971 if (size > blkcnt - blk)
972 size = blkcnt - blk;
/linux-master/fs/f2fs/
H A Ddata.c3823 unsigned int blkcnt)
3828 unsigned int end_blk = start_blk + blkcnt - 1;
3833 if (!blkcnt)
3822 f2fs_migrate_blocks(struct inode *inode, block_t start_blk, unsigned int blkcnt) argument
H A Dsegment.c3625 block_t blkaddr, unsigned int blkcnt)
3644 if (blkcnt <= blks)
3646 blkcnt -= blks;
3624 f2fs_update_device_state(struct f2fs_sb_info *sbi, nid_t ino, block_t blkaddr, unsigned int blkcnt) argument
H A Df2fs.h3727 block_t blkaddr, unsigned int blkcnt);

Completed in 231 milliseconds