Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h167 extern bool __is_local_mountpoint(const struct dentry *dentry);
173 return __is_local_mountpoint(dentry); in is_local_mountpoint()
H A Dnamespace.c853 bool __is_local_mountpoint(const struct dentry *dentry) in __is_local_mountpoint() function