Home
last modified time | relevance | path

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

/arch/s390/hypfs/
Dinode.c123 struct hypfs_sb_info *fs_info; in hypfs_open() local
134 fs_info = inode->i_sb->s_fs_info; in hypfs_open()
136 mutex_lock(&fs_info->lock); in hypfs_open()
139 mutex_unlock(&fs_info->lock); in hypfs_open()
142 mutex_unlock(&fs_info->lock); in hypfs_open()
175 struct hypfs_sb_info *fs_info = sb->s_fs_info; in hypfs_aio_write() local
188 mutex_lock(&fs_info->lock); in hypfs_aio_write()
189 if (fs_info->last_update == get_seconds()) { in hypfs_aio_write()
206 mutex_unlock(&fs_info->lock); in hypfs_aio_write()