Searched refs:update_file (Results 1 – 1 of 1) sorted by relevance
36 struct dentry *update_file; /* file to trigger update */ member51 struct inode *inode = d_inode(sb_info->update_file); in hypfs_update_update()306 sbi->update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()307 if (IS_ERR(sbi->update_file)) in hypfs_fill_super()308 return PTR_ERR(sbi->update_file); in hypfs_fill_super()326 if (sb_info->update_file) in hypfs_kill_super()327 hypfs_remove(sb_info->update_file); in hypfs_kill_super()