Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-shutdown.sh19 rmdir /oldroot 2>/dev/null
24 mount --move /oldroot/run /mnt
91 if test -d /oldroot && test "$1"
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c655 struct xfs_da_intnode *oldroot; in xfs_da3_root_split() local
685 oldroot = blk1->bp->b_addr; in xfs_da3_root_split()
686 if (oldroot->hdr.info.magic == cpu_to_be16(XFS_DA_NODE_MAGIC) || in xfs_da3_root_split()
687 oldroot->hdr.info.magic == cpu_to_be16(XFS_DA3_NODE_MAGIC)) { in xfs_da3_root_split()
690 xfs_da3_node_hdr_from_disk(dp->i_mount, &icnodehdr, oldroot); in xfs_da3_root_split()
692 size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot); in xfs_da3_root_split()
703 leaf = (xfs_dir2_leaf_t *)oldroot; in xfs_da3_root_split()
725 memcpy(node, oldroot, size); in xfs_da3_root_split()
726 if (oldroot->hdr.info.magic == cpu_to_be16(XFS_DA3_NODE_MAGIC) || in xfs_da3_root_split()
727 oldroot->hdr.info.magic == cpu_to_be16(XFS_DIR3_LEAFN_MAGIC)) { in xfs_da3_root_split()
[all …]
/openbmc/linux/fs/jfs/
H A Djfs_dmap.c2028 s8 oldroot; in dbAllocDmap() local
2034 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap()
2040 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap()
2083 s8 oldroot; in dbFreeDmap() local
2089 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap()
2095 if (rc || (dp->tree.stree[ROOT] == oldroot)) in dbFreeDmap()
2476 s8 oldroot; in dbAdjCtl() local
2507 oldroot = dcp->stree[ROOT]; in dbAdjCtl()
2552 if (dcp->stree[ROOT] != oldroot) { in dbAdjCtl()
2595 if (bmp->db_maxfreebud != oldroot) { in dbAdjCtl()
[all …]
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc569 struct menu *oldroot; in setParentMenu() local
571 oldroot = rootEntry; in setParentMenu()
579 if (item->menu == oldroot) { in setParentMenu()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc559 struct menu *oldroot; in setParentMenu() local
561 oldroot = rootEntry; in setParentMenu()
569 if (item->menu == oldroot) { in setParentMenu()
/openbmc/linux/security/selinux/
H A Dhooks.c886 struct inode_security_struct *oldroot = backing_inode_security(oldsb->s_root); in selinux_cmp_sb_context() local
888 if (oldroot->sid != newroot->sid) in selinux_cmp_sb_context()