Home
last modified time | relevance | path

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

/linux/fs/affs/
H A Daffs.h45 struct mutex i_ext_lock; /* Protects internal inode access. */ member
46 #define i_hash_lock i_ext_lock
321 mutex_lock(&AFFS_I(inode)->i_ext_lock); in affs_lock_ext()
326 mutex_unlock(&AFFS_I(inode)->i_ext_lock); in affs_unlock_ext()