Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Danode.c18 struct anode *anode; in hpfs_bplus_lookup() local
28 if (!(anode = hpfs_map_anode(s, a, &bh))) return -1; in hpfs_bplus_lookup()
29 btree = &anode->btree; in hpfs_bplus_lookup()
63 struct anode *anode = NULL, *ranode = NULL; in hpfs_add_sector_to_btree() local
75 if (!(anode = hpfs_map_anode(s, node, &bh))) return -1; in hpfs_add_sector_to_btree()
76 btree = &anode->btree; in hpfs_add_sector_to_btree()
92 if (!(anode = hpfs_map_anode(s, a, &bh))) return -1; in hpfs_add_sector_to_btree()
93 btree = &anode->btree; in hpfs_add_sector_to_btree()
124 up = a != node ? le32_to_cpu(anode->up) : -1; in hpfs_add_sector_to_btree()
125 if (!(anode = hpfs_alloc_anode(s, a, &na, &bh1))) { in hpfs_add_sector_to_btree()
[all …]
Dmap.c220 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode()
222 struct anode *anode; in hpfs_map_anode() local
224 if ((anode = hpfs_map_sector(s, ano, bhp, ANODE_RD_AHEAD))) in hpfs_map_anode()
226 if (le32_to_cpu(anode->magic) != ANODE_MAGIC) { in hpfs_map_anode()
230 if (le32_to_cpu(anode->self) != ano) { in hpfs_map_anode()
234 if ((unsigned)anode->btree.n_used_nodes + (unsigned)anode->btree.n_free_nodes != in hpfs_map_anode()
235 (bp_internal(&anode->btree) ? 60 : 40)) { in hpfs_map_anode()
239 if (le16_to_cpu(anode->btree.first_free) != in hpfs_map_anode()
240 8 + anode->btree.n_used_nodes * (bp_internal(&anode->btree) ? 8 : 12)) { in hpfs_map_anode()
245 return anode; in hpfs_map_anode()
DMakefile7 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
Dea.c41 struct anode *anode; in hpfs_ea_ext_remove() local
42 if ((anode = hpfs_map_anode(s, a, &bh))) { in hpfs_ea_ext_remove()
43 hpfs_remove_btree(s, &anode->btree); in hpfs_ea_ext_remove()
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 **);
Dalloc.c470 struct anode *hpfs_alloc_anode(struct super_block *s, secno near, anode_secno *ano, in hpfs_alloc_anode()
473 struct anode *a; in hpfs_alloc_anode()
Dhpfs.h490 struct anode struct
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c156 list_for_each_entry(addr, &ipvlan->addrs, anode) in ipvlan_open()
173 list_for_each_entry(addr, &ipvlan->addrs, anode) in ipvlan_stop()
507 list_for_each_entry_safe(addr, next, &ipvlan->addrs, anode) { in ipvlan_link_delete()
509 list_del(&addr->anode); in ipvlan_link_delete()
624 list_add_tail(&addr->anode, &ipvlan->addrs); in ipvlan_add_addr6()
644 list_del(&addr->anode); in ipvlan_del_addr6()
698 list_add_tail(&addr->anode, &ipvlan->addrs); in ipvlan_add_addr4()
718 list_del(&addr->anode); in ipvlan_del_addr4()
Dipvlan.h86 struct list_head anode; /* logical-interface linkage */ member
Dipvlan_core.c98 list_for_each_entry(addr, &ipvlan->addrs, anode) { in ipvlan_find_addr()
/linux-4.4.14/Documentation/filesystems/
Dhpfs.txt250 Fixed a bug that it set badly one flag in large anode tree (it was not
284 Fixed crash when allocation of anode failed due to full disk