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

/linux-master/fs/
H A Dmount.h132 extern bool __is_local_mountpoint(struct dentry *dentry);
138 return __is_local_mountpoint(dentry);
H A Dnamespace.c739 * __is_local_mountpoint - Test to see if dentry is a mountpoint in the
753 bool __is_local_mountpoint(struct dentry *dentry) function

Completed in 134 milliseconds