Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Ddcache.h343 static inline int cant_mount(const struct dentry *dentry) in cant_mount() function
/Linux-v6.6/fs/
Dnamespace.c2455 if (unlikely(cant_mount(dentry))) { in do_lock_mount()
3374 if (unlikely(cant_mount(dentry))) { in finish_automount()
/Linux-v6.6/mm/
Dswapfile.c3035 if (d_unlinked(dentry) || cant_mount(dentry)) { in SYSCALL_DEFINE2()