Searched refs:DCACHE_DISCONNECTED (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c97 (result->d_flags & DCACHE_DISCONNECTED)) {
148 while (target_dir->d_flags & DCACHE_DISCONNECTED && noprogress++ < 10) {
154 (pd->d_parent->d_flags&DCACHE_DISCONNECTED)) {
168 pd->d_flags &= ~DCACHE_DISCONNECTED;
174 pd->d_flags &= ~DCACHE_DISCONNECTED;
242 if (target_dir->d_flags & DCACHE_DISCONNECTED) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddcache.h163 #define DCACHE_DISCONNECTED 0x0004 macro
170 * a directory inode with a DCACHE_DISCONNECTED dentry, will d_move
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddcache.c341 mlog_bug_on_msg(!dl && !(dentry->d_flags & DCACHE_DISCONNECTED),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddcache.c312 * If the inode has an IS_ROOT, DCACHE_DISCONNECTED alias, then prefer
314 * in which case only return an IS_ROOT, DCACHE_DISCONNECTED alias.
331 (alias->d_flags & DCACHE_DISCONNECTED))
1144 res->d_flags |= DCACHE_DISCONNECTED;
1168 * DCACHE_DISCONNECTED), then d_move that in place of the given dentry
1186 BUG_ON(!(new->d_flags & DCACHE_DISCONNECTED));
1684 anon->d_flags &= ~DCACHE_DISCONNECTED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsfh.c229 (dentry->d_flags & DCACHE_DISCONNECTED)) {

Completed in 62 milliseconds