update_file        38 arch/s390/hypfs/inode.c 	struct dentry *update_file;	/* file to trigger update */
update_file        53 arch/s390/hypfs/inode.c 	struct inode *inode = d_inode(sb_info->update_file);
update_file       265 arch/s390/hypfs/inode.c 	struct dentry *root_dentry, *update_file;
update_file       287 arch/s390/hypfs/inode.c 	update_file = hypfs_create_update_file(root_dentry);
update_file       288 arch/s390/hypfs/inode.c 	if (IS_ERR(update_file))
update_file       289 arch/s390/hypfs/inode.c 		return PTR_ERR(update_file);
update_file       290 arch/s390/hypfs/inode.c 	sbi->update_file = update_file;
update_file       335 arch/s390/hypfs/inode.c 	if (sb_info && sb_info->update_file)
update_file       336 arch/s390/hypfs/inode.c 		hypfs_remove(sb_info->update_file);