DCACHE_REFERENCED 240 fs/dcache.c dentry->d_flags |= DCACHE_REFERENCED;
DCACHE_REFERENCED 458 fs/dcache.c BUG_ON((flags & DCACHE_REFERENCED) && count == NULL);
DCACHE_REFERENCED 478 fs/dcache.c if ((flags & DCACHE_REFERENCED)
DCACHE_REFERENCED 479 fs/dcache.c && (dentry->d_flags & DCACHE_REFERENCED)) {
DCACHE_REFERENCED 480 fs/dcache.c dentry->d_flags &= ~DCACHE_REFERENCED;
DCACHE_REFERENCED 576 fs/dcache.c DCACHE_REFERENCED);