Home
last modified time | relevance | path

Searched refs:dnode (Results 1 – 23 of 23) sorted by relevance

/linux/fs/hpfs/
A Ddnode.c223 struct dnode *dd; in fix_up_ptrs()
392 struct dnode *d; in hpfs_add_dirent()
437 struct dnode *dnode; in move_to_top() local
522 struct dnode *dnode; in delete_empty_dnode() local
714 struct dnode *dnode = qbh->data; in hpfs_remove_dirent() local
746 struct dnode *dnode; in hpfs_count_dnodes() local
801 struct dnode *dnode; in map_nth_dirent() local
853 struct dnode *dnode; in map_pos_dirent() local
913 struct dnode *dnode; in map_dirent() local
953 struct dnode *dnode; in hpfs_remove_dtree() local
[all …]
A Dmap.c256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode()
259 struct dnode *dnode; in hpfs_map_dnode() local
267 if ((dnode = hpfs_map_4sectors(s, secno, qbh, DNODE_RD_AHEAD))) in hpfs_map_dnode()
270 unsigned char *d = (unsigned char *)dnode; in hpfs_map_dnode()
272 if (le32_to_cpu(dnode->magic) != DNODE_MAGIC) { in hpfs_map_dnode()
276 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode()
280 if (le32_to_cpu(dnode->first_free) > 2048) { in hpfs_map_dnode()
284 for (p = 20; p < le32_to_cpu(dnode->first_free); p += d[p] + (d[p+1] << 8)) { in hpfs_map_dnode()
285 struct hpfs_dirent *de = (struct hpfs_dirent *)((char *)dnode + p); in hpfs_map_dnode()
304 if (p != le32_to_cpu(dnode->first_free)) { in hpfs_map_dnode()
[all …]
A Dhpfs_fn.h114 static inline struct hpfs_dirent *dnode_first_de (struct dnode *dnode) in dnode_first_de() argument
116 return (void *) dnode->dirent; in dnode_first_de()
121 static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode) in dnode_end_de() argument
123 …o_cpu(dnode->first_free)>=0x14 && le32_to_cpu(dnode->first_free)<=0xa00,("HPFS: dnode_end_de: dnod… in dnode_end_de()
124 return (void *) dnode + le32_to_cpu(dnode->first_free); in dnode_end_de()
206 struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head …
247 struct hpfs_dirent *hpfs_add_de(struct super_block *, struct dnode *,
297 struct dnode *hpfs_map_dnode(struct super_block *s, dnode_secno, struct quad_buffer_head *);
A Dnamei.c32 struct dnode *dnode; in hpfs_mkdir() local
45 dnode = hpfs_alloc_dnode(dir->i_sb, fno, &dno, &qbh0); in hpfs_mkdir()
46 if (!dnode) in hpfs_mkdir()
92 dnode->root_dnode = 1; in hpfs_mkdir()
93 dnode->up = cpu_to_le32(fno); in hpfs_mkdir()
94 de = hpfs_add_de(dir->i_sb, dnode, "\001\001", 2, 0); in hpfs_mkdir()
A DMakefile8 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
A Dalloc.c428 struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near, in hpfs_alloc_dnode()
431 struct dnode *d; in hpfs_alloc_dnode()
A Dhpfs.h281 struct dnode { struct
/linux/arch/powerpc/platforms/8xx/
A Dtqm8xx_setup.c95 struct device_node *dnode; in init_ioports() local
103 dnode = of_find_node_by_name(NULL, "aliases"); in init_ioports()
104 if (dnode == NULL) in init_ioports()
106 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports()
/linux/net/tipc/
A Dname_distr.c159 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute() argument
164 u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0, false) - INT_H_SIZE) / in named_distribute()
173 dnode); in named_distribute()
214 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities) in tipc_named_node_up() argument
229 named_distribute(net, &head, dnode, &nt->cluster_scope, seqno); in tipc_named_node_up()
230 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
A Dnode.h101 int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode,
109 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port);
110 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port);
A Dmsg.c82 u32 hsize, u32 dnode) in tipc_msg_init() argument
93 msg_set_destnode(m, dnode); in tipc_msg_init()
98 uint hdr_sz, uint data_sz, u32 dnode, in tipc_msg_create() argument
109 tipc_msg_init(onode, msg, user, type, hdr_sz, dnode); in tipc_msg_create()
517 u32 dnode, bool *new_bundle) in tipc_msg_try_bundle() argument
554 dnode); in tipc_msg_try_bundle()
A Dnode.c680 if (in_own_node(net, dnode)) in tipc_node_add_conn()
683 node = tipc_node_find(net, dnode); in tipc_node_add_conn()
693 conn->peer_node = dnode; in tipc_node_add_conn()
710 if (in_own_node(net, dnode)) in tipc_node_remove_conn()
713 node = tipc_node_find(net, dnode); in tipc_node_remove_conn()
1682 u32 dnode, int selector) in tipc_node_xmit() argument
1691 if (in_own_node(net, dnode)) { in tipc_node_xmit()
1698 n = tipc_node_find(net, dnode); in tipc_node_xmit()
1764 u32 selector, dnode; in tipc_node_distr_xmit() local
1865 u32 dnode = msg_destnode(hdr); in tipc_node_bc_rcv() local
[all …]
A Dsocket.c289 u32 dnode; in tipc_sk_respond() local
296 dnode = msg_destnode(buf_msg(skb)); in tipc_sk_respond()
555 u32 dnode = tsk_peer_node(tsk); in __tipc_shutdown() local
907 u32 dnode, u32 dport, int dlen) in tipc_send_group_msg() argument
920 msg_set_destnode(hdr, dnode); in tipc_send_group_msg()
933 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg()
1278 u32 dnode = tsk_peer_node(tsk); in tipc_sk_push_backlog() local
1565 u32 dnode = tsk_peer_node(tsk); in __tipc_sendstream() local
1798 u32 dnode = tsk_peer_node(tsk); in tipc_sk_build_ack() local
2482 u32 dnode, dport = 0; in tipc_sk_rcv() local
[all …]
A Dname_distr.h73 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities);
A Dbcast.c293 u32 dnode, selector; in tipc_rcast_xmit() local
299 dnode = dst->node; in tipc_rcast_xmit()
300 if (!tipc_msg_pskb_copy(dnode, pkts, &_pkts)) in tipc_rcast_xmit()
304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
A Dgroup.h69 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
A Dgroup.c417 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport, in tipc_group_cong() argument
424 m = tipc_group_find_dest(grp, dnode, dport); in tipc_group_cong()
672 { u32 dnode = tipc_own_addr(grp->net); in tipc_group_create_event() local
688 GROUP_H_SIZE, sizeof(evt), dnode, m->node, in tipc_group_create_event()
A Dcrypto.c304 u16 gen, u8 mode, u32 dnode);
2202 u32 dnode = tipc_node_get_addr(dest); in tipc_crypto_key_distr() local
2214 dnode); in tipc_crypto_key_distr()
2237 u16 gen, u8 mode, u32 dnode) in tipc_crypto_key_xmit() argument
2253 INT_H_SIZE, dnode); in tipc_crypto_key_xmit()
2266 if (dnode) in tipc_crypto_key_xmit()
2267 rc = tipc_node_xmit(net, &pkts, dnode, 0); in tipc_crypto_key_xmit()
A Dlink.c908 u32 dnode = tipc_own_addr(l->net); in link_schedule_user() local
914 dnode, l->addr, dport, 0, 0); in link_schedule_user()
1946 u32 dnode = l->addr; in tipc_link_create_dummy_tnl_msg() local
1951 dnode, onode, 0, 0, 0); in tipc_link_create_dummy_tnl_msg()
1963 BASIC_H_SIZE, dnode); in tipc_link_create_dummy_tnl_msg()
2510 u32 dnode = msg_destnode(hdr); in tipc_link_bc_nack_rcv() local
2526 if (dnode == tipc_own_addr(l->net)) { in tipc_link_bc_nack_rcv()
A Dmsg.h1186 uint data_sz, u32 dnode, u32 onode,
1190 u32 dnode, bool *new_bundle);
/linux/drivers/net/appletalk/
A Dltpc.h51 unsigned char dnode; member
58 unsigned char dnode; member
A Dltpc.c727 int dnode, snode, llaptype, len; in sendup_buffer() local
736 dnode = ltc->dnode; in sendup_buffer()
770 skb->data[0] = dnode; in sendup_buffer()
904 cbuf.dnode = skb->data[0]; in ltpc_xmit()
/linux/Documentation/filesystems/
A Dhpfs.rst163 the old one so the new name doesn't fit in directory node (dnode). And that
193 Old versions of this driver created sometimes unbalanced dnode trees. OS/2

Completed in 56 milliseconds