Searched refs:i_mutex (Results 1 – 5 of 5) sorted by relevance
128 ->link() callers hold ->i_mutex on the object we are linking to. Some of your156 ->setattr() is called without BKL now. Caller _always_ holds ->i_mutex, so157 watch for ->i_mutex-grabbing code that might be used by your ->setattr().158 Callers of notify_change() need ->i_mutex now.484 You must also keep in mind that ->fsync() is not called with i_mutex held485 anymore, so if you require i_mutex locking you must make sure to take it and675 ->i_mutex is replaced with ->i_rwsem now. inode_lock() et.al. work as
88 such that any local locking will be done with the i_mutex as required
324 very least because i_mutex needs to be grabbed, and objects allocated.
744 inode's i_mutex.
212 struct mutex i_mutex; member