Searched refs:vhdr (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dsuper.c26 struct hfsplus_vh *vhdr; local
50 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr;
55 hfsplus_inode_read_fork(inode, &vhdr->ext_file);
56 if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED))
62 hfsplus_inode_read_fork(inode, &vhdr->cat_file);
63 if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED))
69 hfsplus_inode_read_fork(inode, &vhdr->alloc_file);
70 if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED))
76 hfsplus_inode_read_fork(inode, &vhdr->start_file);
79 hfsplus_inode_read_fork(inode, &vhdr
97 struct hfsplus_vh *vhdr; local
185 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; local
258 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; local
300 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; local
345 struct hfsplus_vh *vhdr; local
[all...]
H A Dwrapper.c91 struct hfsplus_vh *vhdr; local
103 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr);
107 if (vhdr->signature == cpu_to_be16(HFSP_WRAP_MAGIC)) {
108 if (!hfsplus_read_mdb(vhdr, &wd))
114 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr);
118 if (vhdr->signature == cpu_to_be16(HFSPLUS_VOLHEAD_SIG))
120 if (vhdr->signature == cpu_to_be16(HFSPLUS_VOLHEAD_SIGX)) {
133 blocksize = be32_to_cpu(vhdr->blocksize);
163 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr);
168 if (vhdr
[all...]
H A Djournal.c376 struct hfsplus_vh *vhdr; local
389 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr;
395 if (vhdr->ext_file.total_size != cpu_to_be64(inode->i_size)) {
399 hfsplus_inode_write_fork(inode, &vhdr->ext_file);
403 if (vhdr->cat_file.total_size != cpu_to_be64(inode->i_size)) {
407 hfsplus_inode_write_fork(inode, &vhdr->cat_file);
411 if (vhdr->alloc_file.total_size != cpu_to_be64(inode->i_size)) {
415 hfsplus_inode_write_fork(inode, &vhdr->alloc_file);
418 if (vhdr->start_file.total_size != cpu_to_be64(inode->i_size)) {
422 hfsplus_inode_write_fork(inode, &vhdr
709 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; local
834 hfsplus_journalled_init(struct super_block *sb, struct hfsplus_vh *vhdr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dsuper.c26 struct hfsplus_vh *vhdr; local
46 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr;
51 hfsplus_inode_read_fork(inode, &vhdr->ext_file);
55 hfsplus_inode_read_fork(inode, &vhdr->cat_file);
59 hfsplus_inode_read_fork(inode, &vhdr->alloc_file);
63 hfsplus_inode_read_fork(inode, &vhdr->start_file);
66 hfsplus_inode_read_fork(inode, &vhdr->attr_file);
81 struct hfsplus_vh *vhdr; local
89 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr;
95 if (vhdr
147 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; local
193 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; local
234 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; local
277 struct hfsplus_vh *vhdr; local
[all...]
H A Dwrapper.c91 struct hfsplus_vh *vhdr; local
103 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr);
107 if (vhdr->signature == cpu_to_be16(HFSP_WRAP_MAGIC)) {
108 if (!hfsplus_read_mdb(vhdr, &wd))
114 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr);
118 if (vhdr->signature == cpu_to_be16(HFSPLUS_VOLHEAD_SIG))
120 if (vhdr->signature == cpu_to_be16(HFSPLUS_VOLHEAD_SIGX)) {
133 blocksize = be32_to_cpu(vhdr->blocksize);
163 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr);
168 if (vhdr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dvfwcap.c104 static void dump_videohdr(AVFormatContext *s, VIDEOHDR *vhdr) argument
108 dstruct(s, vhdr, lpData, "p");
109 dstruct(s, vhdr, dwBufferLength, "lu");
110 dstruct(s, vhdr, dwBytesUsed, "lu");
111 dstruct(s, vhdr, dwTimeCaptured, "lu");
112 dstruct(s, vhdr, dwUser, "lu");
113 dstruct(s, vhdr, dwFlags, "lu");
114 dstruct(s, vhdr, dwReserved[0], "lu");
115 dstruct(s, vhdr, dwReserved[1], "lu");
116 dstruct(s, vhdr, dwReserve
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/8021q/
H A Dvlan_dev.c119 struct vlan_hdr *vhdr = (struct vlan_hdr *)(skb->data); local
125 /* vlan_TCI = ntohs(get_unaligned(&vhdr->h_vlan_TCI)); */
126 vlan_TCI = ntohs(vhdr->h_vlan_TCI);
190 skb->priority = vlan_get_ingress_priority(skb->dev, ntohs(vhdr->h_vlan_TCI));
195 ntohs(vhdr->h_vlan_TCI));
227 /* proto = get_unaligned(&vhdr->h_vlan_encapsulated_proto); */
228 proto = vhdr->h_vlan_encapsulated_proto;
334 struct vlan_hdr *vhdr; local
356 vhdr = (struct vlan_hdr *) skb_push(skb, VLAN_HLEN);
370 vhdr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink_queue.c785 struct nfqnl_msg_verdict_hdr *vhdr; local
810 vhdr = NFA_DATA(nfqa[NFQA_VERDICT_HDR-1]);
811 verdict = ntohl(vhdr->verdict);
818 entry = find_dequeue_entry(queue, id_cmp, ntohl(vhdr->id));

Completed in 82 milliseconds