Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H 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 …]
H 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 *);
H 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 …]
H A DMakefile8 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
H A Dnamei.c31 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()
89 dnode->root_dnode = 1; in hpfs_mkdir()
90 dnode->up = cpu_to_le32(fno); in hpfs_mkdir()
91 de = hpfs_add_de(dir->i_sb, dnode, "\001\001", 2, 0); in hpfs_mkdir()
H 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()
H A Dhpfs.h281 struct dnode { struct
/openbmc/linux/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c93 struct device_node *dnode; in init_ioports() local
101 dnode = of_find_node_by_name(NULL, "aliases"); in init_ioports()
102 if (dnode == NULL) in init_ioports()
104 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports()
106 of_node_put(dnode); in init_ioports()
/openbmc/u-boot/fs/zfs/
H A Dzfs.c169 dnode_end_t dnode; member
2013 &(data->dnode), &isfs, data); in zfs_open()
2043 if (data->dnode.dn.dn_bonuslen != 0) { in zfs_open()
2046 blkptr_t *bp = &data->dnode.dn.dn_spill; in zfs_open()
2058 if ((data->dnode.dn.dn_bonuslen == 0) && in zfs_open()
2062 …file->size = zfs_to_cpu64(((znode_phys_t *) DN_BONUS(&data->dnode.dn))->zp_size, data->dnode.endia… in zfs_open()
2118 err = dmu_read(&(data->dnode), blkid, &t, in zfs_read()
2159 &(data->dnode), &isfs, data); in zfs_getmdnobj()
2299 fill_fs_info(&info, data->dnode, data); in zfs_ls()
2302 …bj = zfs_to_cpu64(((dsl_dir_phys_t *) DN_BONUS(&data->dnode.dn))->dd_child_dir_zapobj, data->dnode in zfs_ls()
[all …]
/openbmc/linux/net/tipc/
H A Dname_distr.c151 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute() argument
156 u32 msg_dsz = ((tipc_node_get_mtu(net, dnode, 0, false) - INT_H_SIZE) / in named_distribute()
165 dnode); in named_distribute()
206 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities) in tipc_named_node_up() argument
221 named_distribute(net, &head, dnode, &nt->cluster_scope, seqno); in tipc_named_node_up()
222 tipc_node_xmit(net, &head, dnode, 0); in tipc_named_node_up()
H 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);
H A Dname_distr.h72 void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities);
H 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()
521 u32 dnode, bool *new_bundle) in tipc_msg_try_bundle() argument
558 dnode); in tipc_msg_try_bundle()
H A Dnode.c700 if (in_own_node(net, dnode)) in tipc_node_add_conn()
703 node = tipc_node_find(net, dnode); in tipc_node_add_conn()
713 conn->peer_node = dnode; in tipc_node_add_conn()
730 if (in_own_node(net, dnode)) in tipc_node_remove_conn()
733 node = tipc_node_find(net, dnode); in tipc_node_remove_conn()
1690 u32 dnode, int selector) in tipc_node_xmit() argument
1700 if (in_own_node(net, dnode)) { in tipc_node_xmit()
1707 n = tipc_node_find(net, dnode); in tipc_node_xmit()
1778 u32 selector, dnode; in tipc_node_distr_xmit() local
1879 u32 dnode = msg_destnode(hdr); in tipc_node_bc_rcv() local
[all …]
H A Dgroup.h69 bool tipc_group_cong(struct tipc_group *grp, u32 dnode, u32 dport,
H A Dsocket.c290 u32 dnode; in tipc_sk_respond() local
297 dnode = msg_destnode(buf_msg(skb)); in tipc_sk_respond()
557 u32 dnode = tsk_peer_node(tsk); in __tipc_shutdown() local
909 u32 dnode, u32 dport, int dlen) in tipc_send_group_msg() argument
922 msg_set_destnode(hdr, dnode); in tipc_send_group_msg()
935 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg()
1280 u32 dnode = tsk_peer_node(tsk); in tipc_sk_push_backlog() local
1567 u32 dnode = tsk_peer_node(tsk); in __tipc_sendstream() local
1800 u32 dnode = tsk_peer_node(tsk); in tipc_sk_build_ack() local
2486 u32 dnode, dport = 0; in tipc_sk_rcv() local
[all …]
H 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()
H 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()
H A Dcrypto.c304 u16 gen, u8 mode, u32 dnode);
2195 u32 dnode = tipc_node_get_addr(dest); in tipc_crypto_key_distr() local
2207 dnode); in tipc_crypto_key_distr()
2230 u16 gen, u8 mode, u32 dnode) in tipc_crypto_key_xmit() argument
2246 INT_H_SIZE, dnode); in tipc_crypto_key_xmit()
2259 if (dnode) in tipc_crypto_key_xmit()
2260 rc = tipc_node_xmit(net, &pkts, dnode, 0); in tipc_crypto_key_xmit()
H 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()
1947 u32 dnode = l->addr; in tipc_link_create_dummy_tnl_msg() local
1952 dnode, onode, 0, 0, 0); in tipc_link_create_dummy_tnl_msg()
1964 BASIC_H_SIZE, dnode); in tipc_link_create_dummy_tnl_msg()
2522 u32 dnode = msg_destnode(hdr); in tipc_link_bc_nack_rcv() local
2538 if (dnode == tipc_own_addr(l->net)) { in tipc_link_bc_nack_rcv()
H A Dmsg.h1163 uint data_sz, u32 dnode, u32 onode,
1167 u32 dnode, bool *new_bundle);
/openbmc/linux/Documentation/filesystems/
H 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
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt4628 dnode.c: 30235