Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/hypfs/
H A Dinode.c38 struct dentry *update_file; /* file to trigger update */ member
53 struct inode *inode = d_inode(sb_info->update_file); in hypfs_update_update()
260 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local
282 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
283 if (IS_ERR(update_file)) in hypfs_fill_super()
284 return PTR_ERR(update_file); in hypfs_fill_super()
285 sbi->update_file = update_file; in hypfs_fill_super()
330 if (sb_info && sb_info->update_file) in hypfs_kill_super()
331 hypfs_remove(sb_info->update_file); in hypfs_kill_super()
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass806 def update_file(src, dst, force=False):
859 if not update_file(tmp_pkg_sig, sstate_pkg_sig):
866 update_file(tmp_pkg, sstate_pkg, force=True)
872 update_file(tmp_pkg, sstate_pkg)
873 # update_file() may have renamed tmp_pkg, which must exist when the