Home
last modified time | relevance | path

Searched refs:anode (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hpfs/
H A Danode.c19 struct anode *anode; in hpfs_bplus_lookup() local
29 if (!(anode = hpfs_map_anode(s, a, &bh))) return -1; in hpfs_bplus_lookup()
30 btree = &anode->btree; in hpfs_bplus_lookup()
64 struct anode *anode = NULL, *ranode = NULL; in hpfs_add_sector_to_btree() local
76 if (!(anode = hpfs_map_anode(s, node, &bh))) return -1; in hpfs_add_sector_to_btree()
77 btree = &anode->btree; in hpfs_add_sector_to_btree()
93 if (!(anode = hpfs_map_anode(s, a, &bh))) return -1; in hpfs_add_sector_to_btree()
94 btree = &anode->btree; in hpfs_add_sector_to_btree()
125 up = a != node ? le32_to_cpu(anode->up) : -1; in hpfs_add_sector_to_btree()
126 if (!(anode = hpfs_alloc_anode(s, a, &na, &bh1))) { in hpfs_add_sector_to_btree()
[all …]
H A Dmap.c221 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode()
223 struct anode *anode; in hpfs_map_anode() local
225 if ((anode = hpfs_map_sector(s, ano, bhp, ANODE_RD_AHEAD))) in hpfs_map_anode()
227 if (le32_to_cpu(anode->magic) != ANODE_MAGIC) { in hpfs_map_anode()
231 if (le32_to_cpu(anode->self) != ano) { in hpfs_map_anode()
235 if ((unsigned)anode->btree.n_used_nodes + (unsigned)anode->btree.n_free_nodes != in hpfs_map_anode()
236 (bp_internal(&anode->btree) ? 60 : 40)) { in hpfs_map_anode()
240 if (le16_to_cpu(anode->btree.first_free) != in hpfs_map_anode()
241 8 + anode->btree.n_used_nodes * (bp_internal(&anode->btree) ? 8 : 12)) { in hpfs_map_anode()
246 return anode; in hpfs_map_anode()
H A Dea.c42 struct anode *anode; in hpfs_ea_ext_remove() local
43 if ((anode = hpfs_map_anode(s, a, &bh))) { in hpfs_ea_ext_remove()
44 hpfs_remove_btree(s, &anode->btree); in hpfs_ea_ext_remove()
H A DMakefile8 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
H A Dhpfs_fn.h208 struct anode *hpfs_alloc_anode(struct super_block *, secno, anode_secno *, struct buffer_head **);
296 struct anode *hpfs_map_anode(struct super_block *s, anode_secno, struct buffer_head **);
H A Dalloc.c471 struct anode *hpfs_alloc_anode(struct super_block *s, secno near, anode_secno *ano, in hpfs_alloc_anode()
474 struct anode *a; in hpfs_alloc_anode()
H A Dhpfs.h491 struct anode struct
/OK3568_Linux_fs/kernel/include/linux/
H A Dbootconfig.h180 #define xbc_array_for_each_value(anode, value) \ argument
181 for (value = xbc_node_get_data(anode); anode != NULL ; \
182 anode = xbc_node_get_child(anode), \
183 value = anode ? xbc_node_get_data(anode) : NULL)
224 #define xbc_node_for_each_array_value(node, key, anode, value) \ argument
225 for (value = xbc_node_find_value(node, key, &anode); value != NULL; \
226 anode = xbc_node_get_child(anode), \
227 value = anode ? xbc_node_get_data(anode) : NULL)
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_boot.c27 struct xbc_node *anode; in trace_boot_set_instance_options() local
33 xbc_node_for_each_array_value(node, "options", anode, p) { in trace_boot_set_instance_options()
85 struct xbc_node *anode; in trace_boot_enable_events() local
89 xbc_node_for_each_array_value(node, "events", anode, p) { in trace_boot_enable_events()
105 struct xbc_node *anode; in trace_boot_add_kprobe_event() local
110 xbc_node_for_each_array_value(node, "probes", anode, val) { in trace_boot_add_kprobe_event()
142 struct xbc_node *anode; in trace_boot_add_synth_event() local
153 xbc_node_for_each_array_value(node, "fields", anode, p) { in trace_boot_add_synth_event()
179 struct xbc_node *anode; in trace_boot_init_one_event() local
209 xbc_node_for_each_array_value(enode, "actions", anode, p) { in trace_boot_init_one_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan_main.c189 list_for_each_entry_rcu(addr, &ipvlan->addrs, anode) in ipvlan_open()
206 list_for_each_entry_rcu(addr, &ipvlan->addrs, anode) in ipvlan_stop()
653 list_for_each_entry_safe(addr, next, &ipvlan->addrs, anode) { in ipvlan_link_delete()
655 list_del_rcu(&addr->anode); in ipvlan_link_delete()
819 list_add_tail_rcu(&addr->anode, &ipvlan->addrs); in ipvlan_add_addr()
842 list_del_rcu(&addr->anode); in ipvlan_del_addr()
H A Dipvlan.h84 struct list_head anode; /* logical-interface linkage */ member
H A Dipvlan_core.c110 list_for_each_entry_rcu(addr, &ipvlan->addrs, anode) { in ipvlan_find_addr()
/OK3568_Linux_fs/u-boot/include/
H A Dfdt_support.h250 int fdt_verify_alias_address(void *fdt, int anode, const char *alias,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dhpfs.rst288 Fixed a bug that it set badly one flag in large anode tree (it was not
338 Fixed crash when allocation of anode failed due to full disk
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c1606 int fdt_verify_alias_address(void *fdt, int anode, const char *alias, u64 addr) in fdt_verify_alias_address() argument
1613 path = fdt_getprop(fdt, anode, alias, NULL); in fdt_verify_alias_address()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbootconfig.rst245 xbc_node_for_each_array_value(root, "array-option", value, anode) {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-156448 * No anode: Error Codes. (line 690)
H A Dlibc.info-15812 “No anode.”
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-15812 “No anode.”
H A Dlibc.info-156448 * No anode: Error Codes. (line 690)
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...