/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-block-manager.c | 341 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 D | dm-block-manager.h | 45 * The validator allows the caller to verify newly-read data and modify
|
H A D | dm-btree-internal.h | 46 * Locks a block using the btree node validator.
|
H A D | dm-space-map-common.c | 18 * Index validator. 68 * Bitmap validator
|
/linux-4.4.14/kernel/locking/ |
H A D | lockdep_internals.h | 4 * Runtime locking correctness validator
|
H A D | lockdep_proc.c | 4 * Runtime locking correctness validator
|
H A D | lockdep.c | 4 * 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 D | lockdep.h | 2 * 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 D | device.h | 94 * @lock_key: Lock class key for use by the lock validator
|
H A D | fs.h | 688 * inode->i_mutex nesting subclasses for the lock validator:
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
H A D | ttm_execbuf_util.c | 89 * If a buffer is reserved for another validation, the validator with
|
/linux-4.4.14/fs/configfs/ |
H A D | inode.c | 164 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 D | wimax.h | 107 * 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 D | sock.h | 117 * to the lock validator by explicitly managing
|
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
H A D | a4xx_gpu.c | 591 * implement a cmdstream validator. a4xx_gpu_init()
|
H A D | a3xx_gpu.c | 592 * implement a cmdstream validator. a3xx_gpu_init()
|
/linux-4.4.14/fs/logfs/ |
H A D | inode.c | 94 * block validator */ __logfs_iget()
|
/linux-4.4.14/drivers/md/ |
H A D | dm-cache-metadata.c | 146 * superblock validator 248 * We can't use a validator here - it may be all zeroes. __superblock_all_zeroes()
|
H A D | dm-thin-metadata.c | 218 * superblock validator 384 * We can't use a validator here - it may be all zeroes. __superblock_all_zeroes()
|
H A D | dm-era-target.c | 331 * We can't use a validator here - it may be all zeroes. superblock_all_zeroes()
|
/linux-4.4.14/include/media/ |
H A D | v4l2-ctrls.h | 352 * @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 D | sock.c | 248 * 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 D | lib8390.c | 166 * broken this with the lock validator stuff)
|
/linux-4.4.14/fs/ntfs/ |
H A D | inode.c | 422 * 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 D | super.c | 2727 * only) while mounting NTFS. [The validator is still active ntfs_fill_super()
|