Home
last modified time | relevance | path

Searched refs:nvm_target (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dcore.c38 static struct nvm_target *nvm_find_target(struct nvm_dev *dev, const char *name) in nvm_find_target()
40 struct nvm_target *tgt; in nvm_find_target()
52 struct nvm_target *tgt; in nvm_target_exists()
311 struct nvm_target *t; in nvm_create_tgt()
360 t = kmalloc(sizeof(struct nvm_target), GFP_KERNEL); in nvm_create_tgt()
444 static void __nvm_remove_target(struct nvm_target *t, bool graceful) in __nvm_remove_target()
478 struct nvm_target *t = NULL; in nvm_remove_tgt()
1211 struct nvm_target *t, *tmp; in nvm_unregister()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlightnvm.h260 struct nvm_target { struct