Home
last modified time | relevance | path

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

/arch/s390/hypfs/
A Dinode.c39 struct dentry *update_file; /* file to trigger update */ member
54 struct inode *inode = d_inode(sb_info->update_file); in hypfs_update_update()
261 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local
283 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
284 if (IS_ERR(update_file)) in hypfs_fill_super()
285 return PTR_ERR(update_file); in hypfs_fill_super()
286 sbi->update_file = update_file; in hypfs_fill_super()
331 if (sb_info && sb_info->update_file) in hypfs_kill_super()
332 hypfs_remove(sb_info->update_file); in hypfs_kill_super()

Completed in 4 milliseconds