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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c240 wchar_t **unicode, unsigned char *nr_slots)
261 *nr_slots = slots;
295 *nr_slots = 0;
314 unsigned char xlate_len, nr_slots; local
329 nr_slots = 0;
338 &unicode, &nr_slots);
394 if (nr_slots) {
408 nr_slots++; /* include the de */
409 sinfo->slot_off = cpos - nr_slots * sizeof(*de);
410 sinfo->nr_slots
238 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
911 __fat_remove_entries(struct inode *dir, loff_t pos, int nr_slots) argument
950 int err = 0, nr_slots; local
1110 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
1190 fat_add_entries(struct inode *dir, void *slots, int nr_slots, struct fat_slot_info *sinfo) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_dma.c45 return (ring->nr_slots - ring->used_slots);
50 assert(slot >= -1 && slot <= ring->nr_slots - 1);
51 if (slot == ring->nr_slots - 1)
58 assert(slot >= 0 && slot <= ring->nr_slots - 1);
60 return ring->nr_slots - 1;
373 assert(slot >= 0 && slot < ring->nr_slots);
384 if (slot == ring->nr_slots - 1)
412 if (slot == ring->nr_slots - 1)
490 for (i = 0; i < ring->nr_slots; i++) {
498 ring->used_slots = ring->nr_slots;
643 int nr_slots; local
[all...]
H A Dbcm43xx_dma.h223 int nr_slots; member in struct:bcm43xx_dmaring
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c562 struct msdos_dir_slot *slots, int *nr_slots)
576 *nr_slots = 0;
608 *nr_slots = usize / 13;
609 for (ps = slots, i = *nr_slots; i > 0; i--, ps++) {
625 (*nr_slots)++;
647 int err, nr_slots; local
658 slots, &nr_slots);
662 err = fat_add_entries(dir, slots, nr_slots, sinfo);
559 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp.h83 int nr_slots; member in struct:acpiphp_bridge
H A Dacpiphp_glue.c228 sun = bridge->nr_slots+1;
255 bridge->nr_slots++;
311 bridge->nr_slots--;
1701 bridge->pci_bus->number, bridge->nr_slots,
1702 bridge->nr_slots == 1 ? "" : "s");
1703 num_slots += bridge->nr_slots;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmsdos_fs.h176 int nr_slots; /* number of slots + 1(de) in filename */ member in struct:fat_slot_info
349 extern int fat_add_entries(struct inode *dir, void *slots, int nr_slots,

Completed in 110 milliseconds