Home
last modified time | relevance | path

Searched refs:vhdr (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dsuper.c47 struct hfsplus_vh *vhdr; in hfsplus_read_inode() local
64 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr; in hfsplus_read_inode()
69 hfsplus_inode_read_fork(inode, &vhdr->ext_file); in hfsplus_read_inode()
73 hfsplus_inode_read_fork(inode, &vhdr->cat_file); in hfsplus_read_inode()
77 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); in hfsplus_read_inode()
80 hfsplus_inode_read_fork(inode, &vhdr->start_file); in hfsplus_read_inode()
83 hfsplus_inode_read_fork(inode, &vhdr->attr_file); in hfsplus_read_inode()
98 struct hfsplus_vh *vhdr; in hfsplus_write_inode() local
105 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr; in hfsplus_write_inode()
111 if (vhdr->ext_file.total_size != cpu_to_be64(inode->i_size)) { in hfsplus_write_inode()
[all …]
Dwrapper.c61 struct hfsplus_vh *vhdr; in hfsplus_read_wrapper() local
105 vhdr = (struct hfsplus_vh *)(bh->b_data + offset); in hfsplus_read_wrapper()
106 if (be16_to_cpu(vhdr->signature) != HFSPLUS_VOLHEAD_SIG) in hfsplus_read_wrapper()
108 blocksize = be32_to_cpu(vhdr->blocksize); in hfsplus_read_wrapper()
138 vhdr = (struct hfsplus_vh *)(bh->b_data + offset); in hfsplus_read_wrapper()
140 if (be16_to_cpu(vhdr->signature) != HFSPLUS_VOLHEAD_SIG) in hfsplus_read_wrapper()
143 HFSPLUS_SB(sb).s_vhdr = vhdr; in hfsplus_read_wrapper()
/linux-2.4.37.9/net/8021q/
Dvlan_dev.c120 struct vlan_hdr *vhdr = (struct vlan_hdr *)(skb->data); in vlan_skb_recv() local
127 vlan_TCI = ntohs(vhdr->h_vlan_TCI); in vlan_skb_recv()
190 skb->priority = vlan_get_ingress_priority(skb->dev, ntohs(vhdr->h_vlan_TCI)); in vlan_skb_recv()
195 ntohs(vhdr->h_vlan_TCI)); in vlan_skb_recv()
228 proto = vhdr->h_vlan_encapsulated_proto; in vlan_skb_recv()
334 struct vlan_hdr *vhdr; in vlan_dev_hard_header() local
356 vhdr = (struct vlan_hdr *) skb_push(skb, VLAN_HLEN); in vlan_dev_hard_header()
370 vhdr->h_vlan_TCI = htons(veth_TCI); in vlan_dev_hard_header()
379 vhdr->h_vlan_encapsulated_proto = htons(type); in vlan_dev_hard_header()
381 vhdr->h_vlan_encapsulated_proto = htons(len); in vlan_dev_hard_header()