Searched refs:anode (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/hpfs/ |
| H A D | anode.c | 19 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 = GET_BTREE_PTR(&anode->btree); in hpfs_bplus_lookup() 64 struct anode *anode = NULL, *ranode = NULL; in hpfs_add_sector_to_btree() local 77 if (!(anode = hpfs_map_anode(s, node, &bh))) return -1; in hpfs_add_sector_to_btree() 78 btree = GET_BTREE_PTR(&anode->btree); in hpfs_add_sector_to_btree() 94 if (!(anode = hpfs_map_anode(s, a, &bh))) return -1; in hpfs_add_sector_to_btree() 95 btree = GET_BTREE_PTR(&anode->btree); in hpfs_add_sector_to_btree() 126 up = a != node ? le32_to_cpu(anode->up) : -1; in hpfs_add_sector_to_btree() 127 if (!(anode = hpfs_alloc_anode(s, a, &na, &bh1))) { in hpfs_add_sector_to_btree() [all …]
|
| H A D | map.c | 221 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(GET_BTREE_PTR(&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(GET_BTREE_PTR(&anode->btree)) ? 8 : 12)) { in hpfs_map_anode() 246 return anode; in hpfs_map_anode()
|
| 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 | hpfs_fn.h | 208 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 D | alloc.c | 471 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 D | hpfs.h | 510 struct anode struct
|
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 195 list_for_each_entry(addr, &ipvlan->addrs, anode) in ipvlan_open() 212 list_for_each_entry(addr, &ipvlan->addrs, anode) in ipvlan_stop() 662 list_for_each_entry_safe(addr, next, &ipvlan->addrs, anode) { in ipvlan_link_delete() 664 list_del_rcu(&addr->anode); in ipvlan_link_delete() 838 list_add_tail_rcu(&addr->anode, &ipvlan->addrs); in ipvlan_add_addr() 861 list_del_rcu(&addr->anode); in ipvlan_del_addr()
|
| H A D | ipvlan.h | 83 struct list_head anode; /* logical-interface linkage */ member
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | bootconfig.rst | 278 xbc_node_for_each_array_value(root, "array-option", value, anode) {
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | bootconfig.rst | 278 xbc_node_for_each_array_value(root, "array-option", value, anode) {
|