| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | dnode.c | 12 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) in get_pos() 120 static struct hpfs_dirent *dnode_pre_last_de(struct dnode *d) in dnode_pre_last_de() 130 static struct hpfs_dirent *dnode_last_de(struct dnode *d) in dnode_last_de() 140 static void set_last_pointer(struct super_block *s, struct dnode *d, dnode_secno ptr) in set_last_pointer() 173 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, in hpfs_add_de() 204 static void hpfs_delete_de(struct super_block *s, struct dnode *d, in hpfs_delete_de() 215 static void fix_up_ptrs(struct super_block *s, struct dnode *d) in fix_up_ptrs() 223 struct dnode *dd; in fix_up_ptrs() 242 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() 392 struct dnode *d; in hpfs_add_dirent() [all …]
|
| H A D | map.c | 256 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() 277 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self)); in hpfs_map_dnode() 280 if (le32_to_cpu(dnode->first_free) > 2048) { in hpfs_map_dnode() 281 hpfs_error(s, "dnode %08x has first_free == %08x", secno, le32_to_cpu(dnode->first_free)); 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() [all …]
|
| H A D | hpfs_fn.h | 114 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 *);
|
| H A D | namei.c | 31 struct dnode *dnode; in hpfs_mkdir() local 44 dnode = hpfs_alloc_dnode(dir->i_sb, fno, &dno, &qbh0); in hpfs_mkdir() 45 if (!dnode) in hpfs_mkdir() 91 dnode->root_dnode = 1; in hpfs_mkdir() 92 dnode->up = cpu_to_le32(fno); in hpfs_mkdir() 93 de = hpfs_add_de(dir->i_sb, dnode, "\001\001", 2, 0); in hpfs_mkdir()
|
| H A D | Makefile | 8 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
|
| H A D | alloc.c | 428 struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near, in hpfs_alloc_dnode() 431 struct dnode *d; in hpfs_alloc_dnode()
|
| H A D | hpfs.h | 281 struct dnode { struct
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/8xx/ |
| H A D | tqm8xx_setup.c | 95 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()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | msg.c | 84 u32 hsize, u32 dnode) in tipc_msg_init() argument 95 msg_set_destnode(m, dnode); in tipc_msg_init() 100 uint hdr_sz, uint data_sz, u32 dnode, in tipc_msg_create() argument 111 tipc_msg_init(onode, msg, user, type, hdr_sz, dnode); in tipc_msg_create() 118 msg_set_destnode(msg, dnode); in tipc_msg_create() 521 u32 dnode, bool *new_bundle) in tipc_msg_try_bundle() argument 558 dnode); in tipc_msg_try_bundle() 703 u32 dport, dnode; in tipc_msg_lookup_dest() local 718 dnode = tipc_scope2node(net, msg_lookup_scope(msg)); in tipc_msg_lookup_dest() 720 msg_nameinst(msg), &dnode); in tipc_msg_lookup_dest() [all …]
|
| H A D | name_distr.c | 146 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute() argument 151 u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0, false) - INT_H_SIZE) / in named_distribute() 160 dnode); in named_distribute() 198 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities) in tipc_named_node_up() argument 213 named_distribute(net, &head, dnode, &nt->cluster_scope, seqno); in tipc_named_node_up() 214 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
|
| H A D | node.h | 101 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);
|
| H A D | socket.c | 278 u32 dnode; in tipc_sk_respond() local 285 dnode = msg_destnode(buf_msg(skb)); in tipc_sk_respond() 287 tipc_node_xmit_skb(sock_net(sk), skb, dnode, selector); in tipc_sk_respond() 543 u32 dnode = tsk_peer_node(tsk); in __tipc_shutdown() local 572 tipc_node_remove_conn(net, dnode, tsk->portid); in __tipc_shutdown() 581 TIPC_CONN_MSG, SHORT_H_SIZE, 0, dnode, in __tipc_shutdown() 585 tipc_node_xmit_skb(net, skb, dnode, tsk->portid); in __tipc_shutdown() 886 u32 dnode, u32 dport, int dlen) in tipc_send_group_msg() argument 899 msg_set_destnode(hdr, dnode); in tipc_send_group_msg() 904 mtu = tipc_node_get_mtu(net, dnode, tsk->portid, false); in tipc_send_group_msg() [all …]
|
| H A D | node.c | 678 int tipc_node_add_conn(struct net *net, u32 dnode, u32 port, u32 peer_port) in tipc_node_add_conn() argument 684 if (in_own_node(net, dnode)) in tipc_node_add_conn() 687 node = tipc_node_find(net, dnode); in tipc_node_add_conn() 689 pr_warn("Connecting sock to node 0x%x failed\n", dnode); in tipc_node_add_conn() 697 conn->peer_node = dnode; in tipc_node_add_conn() 709 void tipc_node_remove_conn(struct net *net, u32 dnode, u32 port) in tipc_node_remove_conn() argument 714 if (in_own_node(net, dnode)) in tipc_node_remove_conn() 717 node = tipc_node_find(net, dnode); in tipc_node_remove_conn() 1657 u32 dnode, int selector) in tipc_node_xmit() argument 1667 if (in_own_node(net, dnode)) { in tipc_node_xmit() [all …]
|
| H A D | name_distr.h | 73 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities);
|
| H A D | bcast.c | 293 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()
|
| H A D | group.h | 68 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
|
| H A D | name_table.c | 545 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, u32 *dnode) in tipc_nametbl_translate() argument 557 if (!tipc_in_scope(legacy, *dnode, self)) in tipc_nametbl_translate() 568 if (*dnode == self) { in tipc_nametbl_translate() 575 } else if (legacy && !*dnode && !list_empty(&sr->local_publ)) { in tipc_nametbl_translate() 597 *dnode = node; in tipc_nametbl_translate()
|
| H A D | group.c | 416 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport, in tipc_group_cong() argument 423 m = tipc_group_find_dest(grp, dnode, dport); in tipc_group_cong() 671 { u32 dnode = tipc_own_addr(grp->net); in tipc_group_create_event() local 687 GROUP_H_SIZE, sizeof(evt), dnode, m->node, in tipc_group_create_event()
|
| H A D | crypto.c | 300 u16 gen, u8 mode, u32 dnode); 2198 u32 dnode = tipc_node_get_addr(dest); in tipc_crypto_key_distr() local 2210 dnode); in tipc_crypto_key_distr() 2233 u16 gen, u8 mode, u32 dnode) in tipc_crypto_key_xmit() argument 2249 INT_H_SIZE, dnode); in tipc_crypto_key_xmit() 2262 if (dnode) in tipc_crypto_key_xmit() 2263 rc = tipc_node_xmit(net, &pkts, dnode, 0); in tipc_crypto_key_xmit()
|
| H A D | link.c | 873 u32 dnode = tipc_own_addr(l->net); in link_schedule_user() local 879 dnode, l->addr, dport, 0, 0); in link_schedule_user() 1911 u32 dnode = l->addr; in tipc_link_create_dummy_tnl_msg() local 1916 dnode, onode, 0, 0, 0); in tipc_link_create_dummy_tnl_msg() 1928 BASIC_H_SIZE, dnode); in tipc_link_create_dummy_tnl_msg() 2483 u32 dnode = msg_destnode(hdr); in tipc_link_bc_nack_rcv() local 2499 if (dnode == tipc_own_addr(l->net)) { in tipc_link_bc_nack_rcv()
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs.c | 170 dnode_end_t dnode; member 2014 &(data->dnode), &isfs, data); in zfs_open() 2027 if (data->dnode.dn.dn_type != DMU_OT_PLAIN_FILE_CONTENTS) { in zfs_open() 2040 if (data->dnode.dn.dn_bonustype == DMU_OT_SA) { in zfs_open() 2044 if (data->dnode.dn.dn_bonuslen != 0) { in zfs_open() 2045 sahdrp = (sa_hdr_phys_t *) DN_BONUS(&data->dnode.dn); in zfs_open() 2046 } else if (data->dnode.dn.dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zfs_open() 2047 blkptr_t *bp = &data->dnode.dn.dn_spill; in zfs_open() 2049 err = zio_read(bp, data->dnode.endian, &sahdrp, NULL, data); in zfs_open() 2059 if ((data->dnode.dn.dn_bonuslen == 0) && in zfs_open() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/appletalk/ |
| H A D | ltpc.h | 51 unsigned char dnode; member 58 unsigned char dnode; member
|
| H A D | ltpc.c | 725 int dnode, snode, llaptype, len; in sendup_buffer() local 734 dnode = ltc->dnode; in sendup_buffer() 768 skb->data[0] = dnode; in sendup_buffer() 903 cbuf.dnode = skb->data[0]; in ltpc_xmit()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | digraph.h | 42 class dnode 48 virtual ~dnode () {} in ~dnode()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | digraph.h | 42 class dnode 48 virtual ~dnode () {} in ~dnode()
|