Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddcache.h362 static inline int cant_mount(const struct dentry *dentry) in cant_mount() function
/linux/mm/
H A Dswapfile.c3402 if (d_unlinked(dentry) || cant_mount(dentry)) { in __swap_duplicate()