Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Danode.c64 struct anode *anode = NULL, *ranode = NULL; in hpfs_add_sector_to_btree() local
146 } else if (!(ranode = hpfs_alloc_anode(s, /*a*/0, &ra, &bh2))) { in hpfs_add_sector_to_btree()
241 ranode->up = cpu_to_le32(node); in hpfs_add_sector_to_btree()
242 memcpy(&ranode->btree, btree, le16_to_cpu(btree->first_free)); in hpfs_add_sector_to_btree()
244 ranode->btree.flags |= BP_fnode_parent; in hpfs_add_sector_to_btree()
245 …GET_BTREE_PTR(&ranode->btree)->n_free_nodes = (bp_internal(GET_BTREE_PTR(&ranode->btree)) ? 60 : 4… in hpfs_add_sector_to_btree()
246 …if (bp_internal(GET_BTREE_PTR(&ranode->btree))) for (n = 0; n < GET_BTREE_PTR(&ranode->btree)->n_u… in hpfs_add_sector_to_btree()
248 if ((unode = hpfs_map_anode(s, le32_to_cpu(ranode->u.internal[n].down), &bh1))) { in hpfs_add_sector_to_btree()