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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/fat/
H A Ddir.c275 wchar_t **unicode, unsigned char *nr_slots)
296 *nr_slots = slots;
330 *nr_slots = 0;
347 unsigned char nr_slots; local
361 nr_slots = 0;
370 &unicode, &nr_slots);
426 if (nr_slots) {
438 nr_slots++; /* include the de */
439 sinfo->slot_off = cpos - nr_slots * sizeof(*de);
440 sinfo->nr_slots
273 fat_parse_long(struct inode *dir, loff_t *pos, struct buffer_head **bh, struct msdos_dir_entry **de, wchar_t **unicode, unsigned char *nr_slots) argument
472 unsigned char nr_slots; local
945 __fat_remove_entries(struct inode *dir, loff_t pos, int nr_slots) argument
984 int err = 0, nr_slots; local
1146 fat_add_new_entries(struct inode *dir, void *slots, int nr_slots, int *nr_cluster, struct msdos_dir_entry **de, struct buffer_head **bh, loff_t *i_pos) argument
1226 fat_add_entries(struct inode *dir, void *slots, int nr_slots, struct fat_slot_info *sinfo) argument
[all...]
H A Dnamei_vfat.c584 struct msdos_dir_slot *slots, int *nr_slots)
598 *nr_slots = 0;
626 *nr_slots = usize / 13;
627 for (ps = slots, i = *nr_slots; i > 0; i--, ps++) {
643 (*nr_slots)++;
665 int err, nr_slots; local
676 slots, &nr_slots);
680 err = fat_add_entries(dir, slots, nr_slots, sinfo);
581 vfat_build_slots(struct inode *dir, const unsigned char *name, int len, int is_dir, int cluster, struct timespec *ts, struct msdos_dir_slot *slots, int *nr_slots) argument
H A Dfat.h118 int nr_slots; /* number of slots + 1(de) in filename */ member in struct:fat_slot_info
250 extern int fat_add_entries(struct inode *dir, void *slots, int nr_slots,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/fat/
H A Ddir.c275 wchar_t **unicode, unsigned char *nr_slots)
296 *nr_slots = slots;
330 *nr_slots = 0;
347 unsigned char nr_slots; local
361 nr_slots = 0;
370 &unicode, &nr_slots);
426 if (nr_slots) {
438 nr_slots++; /* include the de */
439 sinfo->slot_off = cpos - nr_slots * sizeof(*de);
440 sinfo->nr_slots
273 fat_parse_long(struct inode *dir, loff_t *pos, struct buffer_head **bh, struct msdos_dir_entry **de, wchar_t **unicode, unsigned char *nr_slots) argument
472 unsigned char nr_slots; local
945 __fat_remove_entries(struct inode *dir, loff_t pos, int nr_slots) argument
984 int err = 0, nr_slots; local
1146 fat_add_new_entries(struct inode *dir, void *slots, int nr_slots, int *nr_cluster, struct msdos_dir_entry **de, struct buffer_head **bh, loff_t *i_pos) argument
1226 fat_add_entries(struct inode *dir, void *slots, int nr_slots, struct fat_slot_info *sinfo) argument
[all...]
H A Dnamei_vfat.c584 struct msdos_dir_slot *slots, int *nr_slots)
598 *nr_slots = 0;
626 *nr_slots = usize / 13;
627 for (ps = slots, i = *nr_slots; i > 0; i--, ps++) {
643 (*nr_slots)++;
665 int err, nr_slots; local
676 slots, &nr_slots);
680 err = fat_add_entries(dir, slots, nr_slots, sinfo);
581 vfat_build_slots(struct inode *dir, const unsigned char *name, int len, int is_dir, int cluster, struct timespec *ts, struct msdos_dir_slot *slots, int *nr_slots) argument
H A Dfat.h118 int nr_slots; /* number of slots + 1(de) in filename */ member in struct:fat_slot_info
250 extern int fat_add_entries(struct inode *dir, void *slots, int nr_slots,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap1/
H A Dboard-h2-mmc.c55 .nr_slots = 1,
H A Dboard-h3-mmc.c39 .nr_slots = 1,
H A Dboard-sx1-mmc.c44 .nr_slots = 1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dboard-h2-mmc.c55 .nr_slots = 1,
H A Dboard-h3-mmc.c39 .nr_slots = 1,
H A Dboard-sx1-mmc.c44 .nr_slots = 1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/b43/
H A Ddma.c78 B43_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));
85 if (slot == ring->nr_slots - 1)
171 B43_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));
178 if (slot == ring->nr_slots - 1)
242 return (ring->nr_slots - ring->used_slots);
247 B43_WARN_ON(!(slot >= -1 && slot <= ring->nr_slots - 1));
248 if (slot == ring->nr_slots - 1)
255 B43_WARN_ON(!(slot >= 0 && slot <= ring->nr_slots - 1));
257 return ring->nr_slots - 1;
631 for (i = 0; i < ring->nr_slots;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Ddma.c78 B43_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));
85 if (slot == ring->nr_slots - 1)
171 B43_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));
178 if (slot == ring->nr_slots - 1)
242 return (ring->nr_slots - ring->used_slots);
247 B43_WARN_ON(!(slot >= -1 && slot <= ring->nr_slots - 1));
248 if (slot == ring->nr_slots - 1)
255 B43_WARN_ON(!(slot >= 0 && slot <= ring->nr_slots - 1));
257 return ring->nr_slots - 1;
631 for (i = 0; i < ring->nr_slots;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/b43legacy/
H A Ddma.c71 B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));
79 if (slot == ring->nr_slots - 1)
172 B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));
179 if (slot == ring->nr_slots - 1)
248 return (ring->nr_slots - ring->used_slots);
253 B43legacy_WARN_ON(!(slot >= -1 && slot <= ring->nr_slots - 1));
254 if (slot == ring->nr_slots - 1)
261 B43legacy_WARN_ON(!(slot >= 0 && slot <= ring->nr_slots - 1));
263 return ring->nr_slots - 1;
675 for (i = 0; i < ring->nr_slots;
882 int nr_slots; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Ddma.c71 B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));
79 if (slot == ring->nr_slots - 1)
172 B43legacy_WARN_ON(!(slot >= 0 && slot < ring->nr_slots));
179 if (slot == ring->nr_slots - 1)
248 return (ring->nr_slots - ring->used_slots);
253 B43legacy_WARN_ON(!(slot >= -1 && slot <= ring->nr_slots - 1));
254 if (slot == ring->nr_slots - 1)
261 B43legacy_WARN_ON(!(slot >= 0 && slot <= ring->nr_slots - 1));
263 return ring->nr_slots - 1;
675 for (i = 0; i < ring->nr_slots;
882 int nr_slots; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dhw_breakpoint.c64 static int nr_slots[TYPE_MAX]; variable
102 for (i = nr_slots[type] - 1; i >= 0; i--) {
322 if (slots.pinned + (!!slots.flexible) > nr_slots[type])
576 nr_slots[i] = hw_breakpoint_slots(i);
581 *task_bp_pinned = kzalloc(sizeof(int) * nr_slots[i],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dhw_breakpoint.c64 static int nr_slots[TYPE_MAX]; variable
102 for (i = nr_slots[type] - 1; i >= 0; i--) {
322 if (slots.pinned + (!!slots.flexible) > nr_slots[type])
576 nr_slots[i] = hw_breakpoint_slots(i);
581 *task_bp_pinned = kzalloc(sizeof(int) * nr_slots[i],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp.h84 int nr_slots; member in struct:acpiphp_bridge
H A Dacpiphp_glue.c167 sun = bridge->nr_slots+1;
194 bridge->nr_slots++;
253 bridge->nr_slots--;
1348 bridge->pci_bus->number, bridge->nr_slots,
1349 bridge->nr_slots == 1 ? "" : "s");
1350 num_slots += bridge->nr_slots;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dacpiphp.h84 int nr_slots; member in struct:acpiphp_bridge
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Dmmc.h51 unsigned nr_slots:2; member in struct:omap_mmc_platform_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dmmc.h51 unsigned nr_slots:2; member in struct:omap_mmc_platform_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Domap.c167 int nr_slots; member in struct:mmc_omap_host
275 for (i = 0; i < host->nr_slots; i++) {
848 BUG_ON(num >= host->nr_slots);
851 if (host->nr_slots == 0 || !host->slots[num])
1405 if (pdata->nr_slots == 0) {
1482 host->nr_slots = pdata->nr_slots;
1483 for (i = 0; i < pdata->nr_slots; i++) {
1525 for (i = 0; i < host->nr_slots; i++)
1555 for (i = 0; i < host->nr_slots;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Domap.c167 int nr_slots; member in struct:mmc_omap_host
275 for (i = 0; i < host->nr_slots; i++) {
848 BUG_ON(num >= host->nr_slots);
851 if (host->nr_slots == 0 || !host->slots[num])
1405 if (pdata->nr_slots == 0) {
1482 host->nr_slots = pdata->nr_slots;
1483 for (i = 0; i < pdata->nr_slots; i++) {
1525 for (i = 0; i < host->nr_slots; i++)
1555 for (i = 0; i < host->nr_slots;
[all...]

Completed in 148 milliseconds

12