Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/
H A Dporting.rst128 ->link() callers hold ->i_mutex on the object we are linking to. Some of your
156 ->setattr() is called without BKL now. Caller _always_ holds ->i_mutex, so
157 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 held
485 anymore, so if you require i_mutex locking you must make sure to take it and
675 ->i_mutex is replaced with ->i_rwsem now. inode_lock() et.al. work as
H A Dgfs2-glocks.rst88 such that any local locking will be done with the i_mutex as required
H A Dpath-lookup.txt324 very least because i_mutex needs to be grabbed, and objects allocated.
H A Dvfs.rst744 inode's i_mutex.
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h212 struct mutex i_mutex; member