Searched refs:next_alloc (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dsuper.c156 vhdr->next_alloc = cpu_to_be32(HFSPLUS_SB(sb).next_alloc);
327 HFSPLUS_SB(sb).next_alloc = be32_to_cpu(vhdr->next_alloc);
H A Dhfsplus_raw.h111 __be32 next_alloc; member in struct:hfsplus_vh
H A Dhfsplus_fs.h128 u32 next_alloc; member in struct:hfsplus_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dsuper.c198 vhdr->next_alloc = cpu_to_be32(HFSPLUS_SB(sb).next_alloc);
434 HFSPLUS_SB(sb).next_alloc = be32_to_cpu(vhdr->next_alloc);
H A Dhfsplus_raw.h112 __be32 next_alloc; member in struct:hfsplus_vh
H A Dhfsplus_fs.h176 u32 next_alloc; member in struct:hfsplus_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dhfs.c122 uint32_t next_alloc; member in struct:hfsplus_vol_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_proc.c26 p += sprintf(p, "next_txfid=%d next_alloc=%d\n",
27 local->next_txfid, local->next_alloc);
H A Dhostap_wlan.h646 /* txfid, intransmitfid, next_txtid, and next_alloc are protected by
656 int next_alloc; /* index to the next intransmitfid to be checked for member in struct:local_info
H A Dhostap_hw.c2118 idx = local->next_alloc;
2135 local->next_alloc = idx >= PRISM2_TXFID_COUNT ? 0 :
2149 } while (idx != local->next_alloc);

Completed in 83 milliseconds