Home
last modified time | relevance | path

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

/linux/fs/
H A Dinode.c1153 void lockdep_annotate_inode_mutex_key(struct inode *inode) in lockdep_annotate_inode_mutex_key() function
1169 EXPORT_SYMBOL(lockdep_annotate_inode_mutex_key);
1181 lockdep_annotate_inode_mutex_key(inode); in unlock_new_inode()
1198 lockdep_annotate_inode_mutex_key(inode); in discard_new_inode()
H A Ddcache.c1979 lockdep_annotate_inode_mutex_key(inode); in d_instantiate_new()
/linux/include/linux/
H A Dfs.h3352 extern void lockdep_annotate_inode_mutex_key(struct inode *inode);
3354 static inline void lockdep_annotate_inode_mutex_key(struct inode *inode) { }; in lockdep_annotate_inode_mutex_key() function
/linux/mm/
H A Dshmem.c3172 lockdep_annotate_inode_mutex_key(inode); in __shmem_get_inode()