Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dzonefs.h103 struct mutex i_truncate_mutex; member
269 mutex_lock(&zi->i_truncate_mutex); in zonefs_io_error()
271 mutex_unlock(&zi->i_truncate_mutex); in zonefs_io_error()
H A Dsuper.c91 lockdep_assert_held(&ZONEFS_I(inode)->i_truncate_mutex); in zonefs_inode_account_active()
130 lockdep_assert_held(&ZONEFS_I(inode)->i_truncate_mutex); in zonefs_inode_zone_mgmt()
427 mutex_init(&zi->i_truncate_mutex); in zonefs_alloc_inode()