Searched refs:ftl (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dsm_ftl.c57 struct attribute_group *sm_create_sysfs_attributes(struct sm_ftl *ftl) argument
63 int vendor_len = strnlen(ftl->cis_buffer + SM_CIS_VENDOR_OFFSET,
67 memcpy(vendor, ftl->cis_buffer + SM_CIS_VENDOR_OFFSET, vendor_len);
94 void sm_delete_sysfs_attributes(struct sm_ftl *ftl) argument
96 struct attribute **attributes = ftl->disk_attributes->attrs;
112 kfree(ftl->disk_attributes->attrs);
113 kfree(ftl->disk_attributes);
182 static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset) argument
185 WARN_ON(zone < 0 || zone >= ftl->zone_count);
186 WARN_ON(block >= ftl
196 sm_break_offset(struct sm_ftl *ftl, loff_t offset, int *zone, int *block, int *boffset) argument
223 sm_read_sector(struct sm_ftl *ftl, int zone, int block, int boffset, uint8_t *buffer, struct sm_oob *oob) argument
305 sm_write_sector(struct sm_ftl *ftl, int zone, int block, int boffset, uint8_t *buffer, struct sm_oob *oob) argument
353 sm_write_block(struct sm_ftl *ftl, uint8_t *buf, int zone, int block, int lba, unsigned long invalid_bitmap) argument
416 sm_mark_block_bad(struct sm_ftl *ftl, int zone, int block) argument
443 sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, int put_free) argument
493 struct sm_ftl *ftl = (struct sm_ftl *)self->priv; local
498 sm_check_block(struct sm_ftl *ftl, int zone, int block) argument
559 sm_get_media_info(struct sm_ftl *ftl, struct mtd_info *mtd) argument
654 sm_read_cis(struct sm_ftl *ftl) argument
674 sm_find_cis(struct sm_ftl *ftl) argument
732 sm_recheck_media(struct sm_ftl *ftl) argument
746 sm_init_zone(struct sm_ftl *ftl, int zone_num) argument
866 sm_get_zone(struct sm_ftl *ftl, int zone_num) argument
887 sm_cache_init(struct sm_ftl *ftl) argument
897 sm_cache_put(struct sm_ftl *ftl, char *buffer, int boffset) argument
905 sm_cache_get(struct sm_ftl *ftl, char *buffer, int boffset) argument
916 sm_cache_flush(struct sm_ftl *ftl) argument
981 struct sm_ftl *ftl = (struct sm_ftl *)data; local
988 struct sm_ftl *ftl = container_of(work, struct sm_ftl, flush_work); local
1001 struct sm_ftl *ftl = dev->priv; local
1047 struct sm_ftl *ftl = dev->priv; local
1085 struct sm_ftl *ftl = dev->priv; local
1097 struct sm_ftl *ftl = dev->priv; local
1110 struct sm_ftl *ftl = dev->priv; local
1121 struct sm_ftl *ftl; local
1217 struct sm_ftl *ftl = dev->priv; local
[all...]
H A Dsm_ftl.h90 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block,
92 static void sm_mark_block_bad(struct sm_ftl *ftl, int zone_num, int block);
94 static int sm_recheck_media(struct sm_ftl *ftl);
H A DMakefile22 obj-$(CONFIG_FTL) += ftl.o
H A Dftl.c75 #include <linux/mtd/ftl.h>
191 printk(KERN_NOTICE "ftl: FTL EraseUnitSize %x != MTD erasesize %x\n",
496 printk( KERN_WARNING "ftl: Failed to read BAM cache in copy_erase_unit()!\n");
510 printk( KERN_WARNING "ftl: Failed to write back to BAM cache in copy_erase_unit()!\n");
529 printk(KERN_WARNING "ftl: Error reading old xfer unit in copy_erase_unit\n");
537 printk(KERN_WARNING "ftl: Error writing new xfer unit in copy_erase_unit\n");
557 printk( KERN_WARNING "ftl: Error writing BAM in copy_erase_unit\n");
567 printk(KERN_WARNING "ftl: Error writing new LogicalEUN in copy_erase_unit\n");
756 printk(KERN_WARNING"ftl: Error reading BAM in find_free\n");
855 printk(KERN_WARNING"ftl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h498 BN_ULONG *ftl; \
500 for (ftl = &((a)->d[(a)->top-1]); (a)->top > 0; (a)->top--) \
501 if (*(ftl--)) break; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_lcl.h295 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
297 *(++ftl) = 0x0; \
H A Dbn.h727 BN_ULONG *ftl; \
730 for (ftl= &((a)->d[(a)->top-1]); (a)->top > 0; (a)->top--) \
731 if (*(ftl--)) break; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_lcl.h338 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
340 *(++ftl) = 0x0; \
H A Dbn.h837 BN_ULONG *ftl; \
841 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
842 if (*(ftl--)) break; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_lcl.h338 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
340 *(++ftl) = 0x0; \
H A Dbn.h837 BN_ULONG *ftl; \
841 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
842 if (*(ftl--)) break; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-l2d-defs.h60 uint64_t ftl:1; member in struct:cvmx_l2d_bst0::cvmx_l2d_bst0_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h727 BN_ULONG *ftl; \
730 for (ftl= &((a)->d[(a)->top-1]); (a)->top > 0; (a)->top--) \
731 if (*(ftl--)) break; \

Completed in 159 milliseconds