Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs.h3325 extern void lockdep_annotate_inode_mutex_key(struct inode *inode);
3327 static inline void lockdep_annotate_inode_mutex_key(struct inode *inode) { }; in lockdep_annotate_inode_mutex_key() function
/linux/mm/
H A Dshmem.c3111 lockdep_annotate_inode_mutex_key(inode); in __shmem_get_inode()