Home
last modified time | relevance | path

Searched refs:DCACHE_MOUNTED (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Ddcache.h197 #define DCACHE_MOUNTED 0x00010000 /* is a mountpoint */ macro
201 (DCACHE_MOUNTED|DCACHE_NEED_AUTOMOUNT|DCACHE_MANAGE_TRANSIT)
383 return dentry->d_flags & DCACHE_MOUNTED; in d_mountpoint()
/kernel/linux/linux-5.10/fs/
Dnamei.c1230 if (flags & DCACHE_MOUNTED) { // something's mounted on it.. in __traverse_mounts()
1342 if (flags & DCACHE_MOUNTED) { in __follow_mount_rcu()
Ddcache.c1459 dentry->d_flags |= DCACHE_MOUNTED; in d_set_mounted()
Dnamespace.c777 dentry->d_flags &= ~DCACHE_MOUNTED; in __put_mountpoint()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dpath-lookup.rst562 ``DCACHE_MOUNTED``