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

/linux-master/arch/s390/hypfs/
H A Dinode.c38 struct dentry *update_file; /* file to trigger update */ member in struct:hypfs_sb_info
53 struct inode *inode = d_inode(sb_info->update_file);
260 struct dentry *root_dentry, *update_file; local
282 update_file = hypfs_create_update_file(root_dentry);
283 if (IS_ERR(update_file))
284 return PTR_ERR(update_file);
285 sbi->update_file = update_file;
330 if (sb_info && sb_info->update_file)
331 hypfs_remove(sb_info->update_file);
[all...]

Completed in 101 milliseconds