Searched refs:validator (Results 1 - 25 of 25) sorted by relevance

/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-block-manager.c341 struct dm_block_validator *validator; member in struct:buffer_aux
349 aux->validator = NULL; dm_block_manager_alloc_callback()
356 if (aux->validator) { dm_block_manager_write_callback()
357 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, dm_block_manager_write_callback()
426 if (unlikely(!aux->validator)) { dm_bm_validate_buffer()
432 DMERR_LIMIT("%s validator check failed for block %llu", v->name, dm_bm_validate_buffer()
436 aux->validator = v; dm_bm_validate_buffer()
438 if (unlikely(aux->validator != v)) { dm_bm_validate_buffer()
439 DMERR_LIMIT("validator mismatch (old=%s vs new=%s) for block %llu", dm_bm_validate_buffer()
440 aux->validator->name, v ? v->name : "NULL", dm_bm_validate_buffer()
575 aux->validator = v; dm_bm_write_lock_zero()
H A Ddm-block-manager.h45 * The validator allows the caller to verify newly-read data and modify
H A Ddm-btree-internal.h46 * Locks a block using the btree node validator.
H A Ddm-space-map-common.c18 * Index validator.
68 * Bitmap validator
/linux-4.4.14/kernel/locking/
H A Dlockdep_internals.h4 * Runtime locking correctness validator
H A Dlockdep_proc.c4 * Runtime locking correctness validator
H A Dlockdep.c4 * Runtime locking correctness validator
386 printk(KERN_DEBUG "turning off the locking correctness validator.\n"); print_lockdep_off()
691 "turning off the locking correctness validator.\n"); look_up_lock_class()
761 printk("turning off the locking correctness validator.\n"); register_lock_class()
3859 * Used by the testsuite, sanitize the validator state
4040 printk("Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar\n"); lockdep_info()
/linux-4.4.14/include/linux/
H A Dlockdep.h2 * Runtime locking correctness validator
221 * it is absolutely critical for 100% coverage of the validator
292 * special initialization of locks so that the validator gets the scope
H A Ddevice.h94 * @lock_key: Lock class key for use by the lock validator
H A Dfs.h688 * inode->i_mutex nesting subclasses for the lock validator:
/linux-4.4.14/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c89 * If a buffer is reserved for another validation, the validator with
/linux-4.4.14/fs/configfs/
H A Dinode.c164 pr_info("Too many levels of inodes for the locking correctness validator.\n"); configfs_set_inode_lock_class()
/linux-4.4.14/include/net/
H A Dwimax.h107 * way the validator will verify that all the attributes in there are
112 * the validator we'd have to check "does this attribute belong in
114 * to have the validator do that job with multiple policies. As well,
H A Dsock.h117 * to the lock validator by explicitly managing
/linux-4.4.14/drivers/gpu/drm/msm/adreno/
H A Da4xx_gpu.c591 * implement a cmdstream validator. a4xx_gpu_init()
H A Da3xx_gpu.c592 * implement a cmdstream validator. a3xx_gpu_init()
/linux-4.4.14/fs/logfs/
H A Dinode.c94 * block validator */ __logfs_iget()
/linux-4.4.14/drivers/md/
H A Ddm-cache-metadata.c146 * superblock validator
248 * We can't use a validator here - it may be all zeroes. __superblock_all_zeroes()
H A Ddm-thin-metadata.c218 * superblock validator
384 * We can't use a validator here - it may be all zeroes. __superblock_all_zeroes()
H A Ddm-era-target.c331 * We can't use a validator here - it may be all zeroes. superblock_all_zeroes()
/linux-4.4.14/include/media/
H A Dv4l2-ctrls.h352 * @key: Used by the lock validator if CONFIG_LOCKDEP is set.
353 * @name: Used by the lock validator if CONFIG_LOCKDEP is set.
/linux-4.4.14/net/core/
H A Dsock.c248 * Make lock validator output more readable. (we pre-construct these
1286 * (We also register the sk_lock with the lock validator.)
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dlib8390.c166 * broken this with the lock validator stuff)
/linux-4.4.14/fs/ntfs/
H A Dinode.c422 * is still mapped. Teach this nesting to the lock validator by creating
1741 * The MFT inode has special locking, so teach the lock validator
H A Dsuper.c2727 * only) while mounting NTFS. [The validator is still active ntfs_fill_super()

Completed in 934 milliseconds