Home
last modified time | relevance | path

Searched refs:old_key (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/libcfs/
Dhash.c1985 void cfs_hash_rehash_key(struct cfs_hash *hs, const void *old_key, in cfs_hash_rehash_key() argument
1996 cfs_hash_dual_bd_get(hs, old_key, old_bds); in cfs_hash_rehash_key()
2011 cfs_hash_dual_bd_finddel_locked(hs, old_bds, old_key, hnode); in cfs_hash_rehash_key()
/drivers/scsi/
Dsd.c1618 static int sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_register() argument
1624 old_key, new_key, 0, in sd_pr_register()
1642 static int sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_preempt() argument
1645 return sd_pr_command(bdev, abort ? 0x05 : 0x04, old_key, new_key, in sd_pr_preempt()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h744 void cfs_hash_rehash_key(struct cfs_hash *hs, const void *old_key,
/drivers/md/
Ddm.c3625 static int dm_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_register() argument
3640 r = ops->pr_register(bdev, old_key, new_key, flags); in dm_pr_register()
3693 static int dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_preempt() argument
3708 r = ops->pr_preempt(bdev, old_key, new_key, type, abort); in dm_pr_preempt()