Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddcache.h190 #define DCACHE_MOUNTED 0x00010000 /* is a mountpoint */ macro
194 (DCACHE_MOUNTED|DCACHE_NEED_AUTOMOUNT|DCACHE_MANAGE_TRANSIT)
377 return dentry->d_flags & DCACHE_MOUNTED; in d_mountpoint()
/openbmc/linux/fs/
H A Dnamei.c1396 if (flags & DCACHE_MOUNTED) { // something's mounted on it.. in __traverse_mounts()
1507 if (flags & DCACHE_MOUNTED) { in __follow_mount_rcu()
H A Ddcache.c1524 dentry->d_flags |= DCACHE_MOUNTED; in d_set_mounted()
H A Dnamespace.c856 dentry->d_flags &= ~DCACHE_MOUNTED; in __put_mountpoint()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst561 ``DCACHE_MOUNTED``