Symbol: dnode
arch/powerpc/platforms/8xx/tqm8xx_setup.c
101
dnode = of_find_node_by_name(NULL, "aliases");
arch/powerpc/platforms/8xx/tqm8xx_setup.c
102
if (dnode == NULL)
arch/powerpc/platforms/8xx/tqm8xx_setup.c
104
prop = of_find_property(dnode, "ethernet1", &len);
arch/powerpc/platforms/8xx/tqm8xx_setup.c
106
of_node_put(dnode);
arch/powerpc/platforms/8xx/tqm8xx_setup.c
93
struct device_node *dnode;
fs/hpfs/alloc.c
428
struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near,
fs/hpfs/alloc.c
431
struct dnode *d;
fs/hpfs/dnode.c
1004
struct dnode *d;
fs/hpfs/dnode.c
12
static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde)
fs/hpfs/dnode.c
120
static struct hpfs_dirent *dnode_pre_last_de(struct dnode *d)
fs/hpfs/dnode.c
130
static struct hpfs_dirent *dnode_last_de(struct dnode *d)
fs/hpfs/dnode.c
140
static void set_last_pointer(struct super_block *s, struct dnode *d, dnode_secno ptr)
fs/hpfs/dnode.c
173
struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d,
fs/hpfs/dnode.c
204
static void hpfs_delete_de(struct super_block *s, struct dnode *d,
fs/hpfs/dnode.c
215
static void fix_up_ptrs(struct super_block *s, struct dnode *d)
fs/hpfs/dnode.c
223
struct dnode *dd;
fs/hpfs/dnode.c
242
struct dnode *d, *ad, *rd, *nd = NULL;
fs/hpfs/dnode.c
392
struct dnode *d;
fs/hpfs/dnode.c
437
struct dnode *dnode;
fs/hpfs/dnode.c
448
if (!(dnode = hpfs_map_dnode(i->i_sb, dno, &qbh))) return 0;
fs/hpfs/dnode.c
450
if (le32_to_cpu(dnode->up) != chk_up) {
fs/hpfs/dnode.c
452
dno, chk_up, le32_to_cpu(dnode->up));
fs/hpfs/dnode.c
458
if (!(de = dnode_last_de(dnode))) {
fs/hpfs/dnode.c
467
while (!(de = dnode_pre_last_de(dnode))) {
fs/hpfs/dnode.c
468
dnode_secno up = le32_to_cpu(dnode->up);
fs/hpfs/dnode.c
475
if (!(dnode = hpfs_map_dnode(i->i_sb, up, &qbh))) return 0;
fs/hpfs/dnode.c
476
if (dnode->root_dnode) {
fs/hpfs/dnode.c
481
de = dnode_last_de(dnode);
fs/hpfs/dnode.c
487
le32_add_cpu(&dnode->first_free, -4);
fs/hpfs/dnode.c
493
t = get_pos(dnode, de);
fs/hpfs/dnode.c
503
hpfs_delete_de(i->i_sb, dnode, de);
fs/hpfs/dnode.c
504
set_last_pointer(i->i_sb, dnode, ddno);
fs/hpfs/dnode.c
522
struct dnode *dnode;
fs/hpfs/dnode.c
529
if (!(dnode = hpfs_map_dnode(i->i_sb, dno, &qbh))) return;
fs/hpfs/dnode.c
530
if (le32_to_cpu(dnode->first_free) > 56) goto end;
fs/hpfs/dnode.c
531
if (le32_to_cpu(dnode->first_free) == 52 || le32_to_cpu(dnode->first_free) == 56) {
fs/hpfs/dnode.c
533
int root = dnode->root_dnode;
fs/hpfs/dnode.c
534
up = le32_to_cpu(dnode->up);
fs/hpfs/dnode.c
535
de = dnode_first_de(dnode);
fs/hpfs/dnode.c
548
struct dnode *d1;
fs/hpfs/dnode.c
573
if (!(dnode = hpfs_map_dnode(i->i_sb, up, &qbh))) return;
fs/hpfs/dnode.c
575
de_end = dnode_end_de(dnode);
fs/hpfs/dnode.c
576
for (de = dnode_first_de(dnode); de < de_end; de = de_next_de(de), p++)
fs/hpfs/dnode.c
585
le32_add_cpu(&dnode->first_free, -4);
fs/hpfs/dnode.c
587
(char *)dnode + le32_to_cpu(dnode->first_free) - (char *)de_next_de(de));
fs/hpfs/dnode.c
589
struct dnode *d1;
fs/hpfs/dnode.c
599
hpfs_error(i->i_sb, "delete_empty_dnode: dnode %08x, first_free == %03x", dno, le32_to_cpu(dnode->first_free));
fs/hpfs/dnode.c
606
struct dnode *d1;
fs/hpfs/dnode.c
615
hpfs_delete_de(i->i_sb, dnode, de);
fs/hpfs/dnode.c
632
struct hpfs_dirent *de_prev = dnode_pre_last_de(dnode);
fs/hpfs/dnode.c
634
struct dnode *d1;
fs/hpfs/dnode.c
681
hpfs_delete_de(i->i_sb, dnode, de_prev);
fs/hpfs/dnode.c
685
le32_add_cpu(&dnode->first_free, 4);
fs/hpfs/dnode.c
714
struct dnode *dnode = qbh->data;
fs/hpfs/dnode.c
723
if (depth && (de->down || (de == dnode_first_de(dnode) && de_next_de(de)->last))) {
fs/hpfs/dnode.c
729
for_all_poss(i, hpfs_pos_del, (t = get_pos(dnode, de)) + 1, 1);
fs/hpfs/dnode.c
730
hpfs_delete_de(i->i_sb, dnode, de);
fs/hpfs/dnode.c
746
struct dnode *dnode;
fs/hpfs/dnode.c
758
if (!(dnode = hpfs_map_dnode(s, dno, &qbh))) return;
fs/hpfs/dnode.c
759
if (hpfs_sb(s)->sb_chk) if (odno && odno != -1 && le32_to_cpu(dnode->up) != odno)
fs/hpfs/dnode.c
760
hpfs_error(s, "hpfs_count_dnodes: bad up pointer; dnode %08x, down %08x points to %08x", odno, dno, le32_to_cpu(dnode->up));
fs/hpfs/dnode.c
761
de = dnode_first_de(dnode);
fs/hpfs/dnode.c
782
if ((de = de_next_de(de)) < dnode_end_de(dnode)) goto next_de;
fs/hpfs/dnode.c
784
dno = le32_to_cpu(dnode->up);
fs/hpfs/dnode.c
785
if (dnode->root_dnode) {
fs/hpfs/dnode.c
797
struct quad_buffer_head *qbh, struct dnode **dn)
fs/hpfs/dnode.c
801
struct dnode *dnode;
fs/hpfs/dnode.c
802
dnode = hpfs_map_dnode(s, dno, qbh);
fs/hpfs/dnode.c
803
if (!dnode) return NULL;
fs/hpfs/dnode.c
804
if (dn) *dn=dnode;
fs/hpfs/dnode.c
805
de = dnode_first_de(dnode);
fs/hpfs/dnode.c
806
de_end = dnode_end_de(dnode);
fs/hpfs/dnode.c
832
if (up && le32_to_cpu(((struct dnode *)qbh.data)->up) != up)
fs/hpfs/dnode.c
833
hpfs_error(s, "hpfs_de_as_down_as_possible: bad up pointer; dnode %08x, down %08x points to %08x", up, d, le32_to_cpu(((struct dnode *)qbh.data)->up));
fs/hpfs/dnode.c
853
struct dnode *dnode;
fs/hpfs/dnode.c
854
struct dnode *up_dnode;
fs/hpfs/dnode.c
860
if (!(de = map_nth_dirent(inode->i_sb, dno, pos, qbh, &dnode)))
fs/hpfs/dnode.c
864
if ((d = de_next_de(de)) < dnode_end_de(dnode)) {
fs/hpfs/dnode.c
880
if (dnode->root_dnode) goto bail;
fs/hpfs/dnode.c
882
if (!(up_dnode = hpfs_map_dnode(inode->i_sb, le32_to_cpu(dnode->up), &qbh0)))
fs/hpfs/dnode.c
890
"map_pos_dirent: pos crossed dnode boundary; dnode = %08x", le32_to_cpu(dnode->up));
fs/hpfs/dnode.c
892
*posp = ((loff_t) le32_to_cpu(dnode->up) << 4) + c;
fs/hpfs/dnode.c
899
dno, le32_to_cpu(dnode->up));
fs/hpfs/dnode.c
913
struct dnode *dnode;
fs/hpfs/dnode.c
922
if (!(dnode = hpfs_map_dnode(inode->i_sb, dno, qbh))) return NULL;
fs/hpfs/dnode.c
924
de_end = dnode_end_de(dnode);
fs/hpfs/dnode.c
925
for (de = dnode_first_de(dnode); de < de_end; de = de_next_de(de)) {
fs/hpfs/dnode.c
953
struct dnode *dnode;
fs/hpfs/dnode.c
957
if (!(dnode = hpfs_map_dnode(s, dno, &qbh))) return;
fs/hpfs/dnode.c
958
de = dnode_first_de(dnode);
fs/hpfs/dnode.c
976
if (!(dnode = hpfs_map_dnode(s, dno = d1, &qbh))) return;
fs/hpfs/dnode.c
977
de = dnode_first_de(dnode);
fs/hpfs/hpfs_fn.h
114
static inline struct hpfs_dirent *dnode_first_de (struct dnode *dnode)
fs/hpfs/hpfs_fn.h
116
return (void *) dnode->dirent;
fs/hpfs/hpfs_fn.h
121
static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode)
fs/hpfs/hpfs_fn.h
123
CHKCOND(le32_to_cpu(dnode->first_free)>=0x14 && le32_to_cpu(dnode->first_free)<=0xa00,("HPFS: dnode_end_de: dnode->first_free = %x\n",(unsigned)le32_to_cpu(dnode->first_free)));
fs/hpfs/hpfs_fn.h
124
return (void *) dnode + le32_to_cpu(dnode->first_free);
fs/hpfs/hpfs_fn.h
206
struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head *);
fs/hpfs/hpfs_fn.h
247
struct hpfs_dirent *hpfs_add_de(struct super_block *, struct dnode *,
fs/hpfs/hpfs_fn.h
297
struct dnode *hpfs_map_dnode(struct super_block *s, dnode_secno, struct quad_buffer_head *);
fs/hpfs/map.c
256
struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno,
fs/hpfs/map.c
259
struct dnode *dnode;
fs/hpfs/map.c
267
if ((dnode = hpfs_map_4sectors(s, secno, qbh, DNODE_RD_AHEAD)))
fs/hpfs/map.c
270
unsigned char *d = (unsigned char *)dnode;
fs/hpfs/map.c
272
if (le32_to_cpu(dnode->magic) != DNODE_MAGIC) {
fs/hpfs/map.c
276
if (le32_to_cpu(dnode->self) != secno)
fs/hpfs/map.c
277
hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self));
fs/hpfs/map.c
280
if (le32_to_cpu(dnode->first_free) > 2048) {
fs/hpfs/map.c
281
hpfs_error(s, "dnode %08x has first_free == %08x", secno, le32_to_cpu(dnode->first_free));
fs/hpfs/map.c
284
for (p = 20; p < le32_to_cpu(dnode->first_free); p += d[p] + (d[p+1] << 8)) {
fs/hpfs/map.c
285
struct hpfs_dirent *de = (struct hpfs_dirent *)((char *)dnode + p);
fs/hpfs/map.c
304
if (p != le32_to_cpu(dnode->first_free)) {
fs/hpfs/map.c
316
return dnode;
fs/hpfs/namei.c
31
struct dnode *dnode;
fs/hpfs/namei.c
44
dnode = hpfs_alloc_dnode(dir->i_sb, fno, &dno, &qbh0);
fs/hpfs/namei.c
45
if (!dnode)
fs/hpfs/namei.c
91
dnode->root_dnode = 1;
fs/hpfs/namei.c
92
dnode->up = cpu_to_le32(fno);
fs/hpfs/namei.c
93
de = hpfs_add_de(dir->i_sb, dnode, "\001\001", 2, 0);
net/tipc/bcast.c
293
u32 dnode, selector;
net/tipc/bcast.c
299
dnode = dst->node;
net/tipc/bcast.c
300
if (!tipc_msg_pskb_copy(dnode, pkts, &_pkts))
net/tipc/bcast.c
304
if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG)
net/tipc/crypto.c
2204
u32 dnode = tipc_node_get_addr(dest);
net/tipc/crypto.c
2216
dnode);
net/tipc/crypto.c
2239
u16 gen, u8 mode, u32 dnode)
net/tipc/crypto.c
2255
INT_H_SIZE, dnode);
net/tipc/crypto.c
2268
if (dnode)
net/tipc/crypto.c
2269
rc = tipc_node_xmit(net, &pkts, dnode, 0);
net/tipc/crypto.c
304
u16 gen, u8 mode, u32 dnode);
net/tipc/group.c
417
bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
net/tipc/group.c
424
m = tipc_group_find_dest(grp, dnode, dport);
net/tipc/group.c
672
{ u32 dnode = tipc_own_addr(grp->net);
net/tipc/group.c
688
GROUP_H_SIZE, sizeof(evt), dnode, m->node,
net/tipc/group.h
69
bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
net/tipc/link.c
1923
u32 dnode = l->addr;
net/tipc/link.c
1928
dnode, onode, 0, 0, 0);
net/tipc/link.c
1940
BASIC_H_SIZE, dnode);
net/tipc/link.c
2499
u32 dnode = msg_destnode(hdr);
net/tipc/link.c
2515
if (dnode == tipc_own_addr(l->net)) {
net/tipc/link.c
883
u32 dnode = tipc_own_addr(l->net);
net/tipc/link.c
889
dnode, l->addr, dport, 0, 0);
net/tipc/msg.c
109
tipc_msg_init(onode, msg, user, type, hdr_sz, dnode);
net/tipc/msg.c
521
u32 dnode, bool *new_bundle)
net/tipc/msg.c
558
dnode);
net/tipc/msg.c
82
u32 hsize, u32 dnode)
net/tipc/msg.c
93
msg_set_destnode(m, dnode);
net/tipc/msg.c
98
uint hdr_sz, uint data_sz, u32 dnode,
net/tipc/msg.h
1163
uint data_sz, u32 dnode, u32 onode,
net/tipc/msg.h
1167
u32 dnode, bool *new_bundle);
net/tipc/name_distr.c
151
u32 dnode, struct list_head *pls, u16 seqno)
net/tipc/name_distr.c
156
u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0, false) - INT_H_SIZE) /
net/tipc/name_distr.c
165
dnode);
net/tipc/name_distr.c
206
void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities)
net/tipc/name_distr.c
221
named_distribute(net, &head, dnode, &nt->cluster_scope, seqno);
net/tipc/name_distr.c
222
tipc_node_xmit(net, &head, dnode, 0);
net/tipc/name_distr.h
72
void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities);
net/tipc/node.c
1688
u32 dnode, int selector)
net/tipc/node.c
1698
if (in_own_node(net, dnode)) {
net/tipc/node.c
1705
n = tipc_node_find(net, dnode);
net/tipc/node.c
1759
int tipc_node_xmit_skb(struct net *net, struct sk_buff *skb, u32 dnode,
net/tipc/node.c
1766
tipc_node_xmit(net, &head, dnode, selector);
net/tipc/node.c
1776
u32 selector, dnode;
net/tipc/node.c
1780
dnode = msg_destnode(buf_msg(skb));
net/tipc/node.c
1781
tipc_node_xmit_skb(net, skb, dnode, selector);
net/tipc/node.c
1877
u32 dnode = msg_destnode(hdr);
net/tipc/node.c
1883
if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net)))
net/tipc/node.c
1884
n = tipc_node_find(net, dnode);
net/tipc/node.c
692
int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port)
net/tipc/node.c
698
if (in_own_node(net, dnode))
net/tipc/node.c
701
node = tipc_node_find(net, dnode);
net/tipc/node.c
703
pr_warn("Connecting sock to node 0x%x failed\n", dnode);
net/tipc/node.c
711
conn->peer_node = dnode;
net/tipc/node.c
723
void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port)
net/tipc/node.c
728
if (in_own_node(net, dnode))
net/tipc/node.c
731
node = tipc_node_find(net, dnode);
net/tipc/node.h
101
int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
net/tipc/node.h
109
int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
net/tipc/node.h
110
void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
net/tipc/socket.c
1275
u32 dnode = tsk_peer_node(tsk);
net/tipc/socket.c
1312
rc = tipc_node_xmit(net, txq, dnode, tsk->portid);
net/tipc/socket.c
1562
u32 dnode = tsk_peer_node(tsk);
net/tipc/socket.c
1575
tsk->peer_caps = tipc_node_get_capabilities(net, dnode);
net/tipc/socket.c
1622
rc = tipc_node_xmit(net, txq, dnode, tsk->portid);
net/tipc/socket.c
1795
u32 dnode = tsk_peer_node(tsk);
net/tipc/socket.c
1800
dnode, tsk_own_node(tsk), peer_port,
net/tipc/socket.c
2483
u32 dnode, dport = 0;
net/tipc/socket.c
2521
dnode = msg_destnode(buf_msg(skb));
net/tipc/socket.c
2522
tipc_node_xmit_skb(net, skb, dnode, dport);
net/tipc/socket.c
287
u32 dnode;
net/tipc/socket.c
294
dnode = msg_destnode(buf_msg(skb));
net/tipc/socket.c
296
tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector);
net/tipc/socket.c
554
u32 dnode = tsk_peer_node(tsk);
net/tipc/socket.c
583
tipc_node_remove_conn(net, dnode, tsk->portid);
net/tipc/socket.c
592
TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode,
net/tipc/socket.c
596
tipc_node_xmit_skb(net, skb, dnode, tsk->portid);
net/tipc/socket.c
906
u32 dnode, u32 dport, int dlen)
net/tipc/socket.c
919
msg_set_destnode(hdr, dnode);
net/tipc/socket.c
924
mtu = tipc_node_get_mtu(net, dnode, tsk->portid, false);
net/tipc/socket.c
930
rc = tipc_node_xmit(net, &pkts, dnode, tsk->portid);
net/tipc/socket.c
932
tipc_dest_push(&tsk->cong_links, dnode, 0);