Lines Matching refs:rename_lock
217 rename_lock subsection
234 ``rename_lock`` is a seqlock that is updated whenever any dentry is
239 ``rename_lock`` is also used to detect and defend against potential attacks
242 check). If ``rename_lock`` is updated during the lookup and the path encounters
340 ``mount_lock`` is a global seqlock, a bit like ``rename_lock``. It can be used to
806 No ``inode->i_rwsem`` or even ``rename_lock``
818 Though ``rename_lock`` could be used by RCU-walk as it doesn't require
819 any sleeping, RCU-walk doesn't bother. REF-walk uses ``rename_lock`` to
826 rename_lock would bring no significant value.
924 again - repeatedly". This is seen with the use of ``rename_lock`` and
1340 ``rename_lock`` and ``mount_lock`` are used to detect attacks against the
1346 ``LOOKUP_BENEATH``, ``rename_lock`` and ``mount_lock`` are used to detect