/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4file.c | 282 inode_lock_nested(src_inode, I_MUTEX_CHILD); in nfs42_remap_file_range() 285 inode_lock_nested(dst_inode, I_MUTEX_CHILD); in nfs42_remap_file_range()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4file.c | 277 inode_lock_nested(src_inode, I_MUTEX_CHILD); in nfs42_remap_file_range() 280 inode_lock_nested(dst_inode, I_MUTEX_CHILD); in nfs42_remap_file_range()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | cache.c | 152 inode_lock_nested(inode, I_MUTEX_CHILD); in ceph_fscache_register_inode_cookie()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | xattr.c | 80 * We use I_MUTEX_CHILD here to silence lockdep. It's safe because xattr 82 * only other users of I_MUTEX_CHILD. It violates the ordering, but that's 91 inode_lock_nested(d_inode(dentry), I_MUTEX_CHILD); in xattr_unlink() local 106 inode_lock_nested(d_inode(dentry), I_MUTEX_CHILD); in xattr_rmdir() local
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | xattr.c | 81 * We use I_MUTEX_CHILD here to silence lockdep. It's safe because xattr 83 * only other users of I_MUTEX_CHILD. It violates the ordering, but that's 92 inode_lock_nested(d_inode(dentry), I_MUTEX_CHILD); in xattr_unlink() local 107 inode_lock_nested(d_inode(dentry), I_MUTEX_CHILD); in xattr_rmdir() local
|
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | dir.c | 894 inode_lock_nested(d_inode(dentry), I_MUTEX_CHILD); in configfs_attach_group() local 1953 inode_lock_nested(d_inode(dentry), I_MUTEX_CHILD); in configfs_unregister_subsystem() local
|
/kernel/linux/linux-5.10/fs/ |
H A D | pipe.c | 117 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock() 120 pipe_lock_nested(pipe1, I_MUTEX_CHILD); in pipe_double_lock()
|
H A D | namei.c | 4363 inode_lock_nested(source, I_MUTEX_CHILD); in vfs_rename() 4368 inode_lock_nested(target, I_MUTEX_CHILD); in vfs_rename()
|
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | dir.c | 868 inode_lock_nested(d_inode(dentry), I_MUTEX_CHILD); in configfs_attach_group() local 1923 inode_lock_nested(d_inode(dentry), I_MUTEX_CHILD); in configfs_unregister_subsystem() local
|
/kernel/linux/linux-6.6/fs/ |
H A D | pipe.c | 118 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock() 121 pipe_lock_nested(pipe1, I_MUTEX_CHILD); in pipe_double_lock()
|
H A D | namei.c | 4837 inode_lock_nested(source, I_MUTEX_CHILD); in vfs_rename() 4842 inode_lock_nested(target, I_MUTEX_CHILD); in vfs_rename()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | rpc_pipe.c | 688 inode_lock_nested(dir, I_MUTEX_CHILD); in rpc_depopulate()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | readdir.c | 1007 inode_lock_nested(upper->d_inode, I_MUTEX_CHILD); in ovl_cleanup_whiteouts()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | readdir.c | 1015 inode_lock_nested(upper->d_inode, I_MUTEX_CHILD); in ovl_cleanup_whiteouts()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | rpc_pipe.c | 688 inode_lock_nested(dir, I_MUTEX_CHILD); in rpc_depopulate()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 769 I_MUTEX_CHILD, enumerator
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 796 I_MUTEX_CHILD, enumerator
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 4206 inode_lock_nested(new_inode, I_MUTEX_CHILD); in __ocfs2_reflink()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 4177 inode_lock_nested(new_inode, I_MUTEX_CHILD); in __ocfs2_reflink()
|