Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h230 #define DCACHE_NORCU 0x40000000 /* No RCU delay for freeing */ macro
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c347 if (dentry->d_flags & DCACHE_NORCU) in dentry_free()
1840 dentry->d_flags |= DCACHE_NORCU; in d_alloc_pseudo()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dporting.rst843 default. DCACHE_NORCU opts out, and only d_alloc_pseudo() has any