Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dnamei.c531 dentry = cached_lookup(nd->dentry, &this, LOOKUP_CONTINUE); in link_path_walk()
533 dentry = real_lookup(nd->dentry, &this, LOOKUP_CONTINUE); in link_path_walk()
/linux-2.4.37.9/fs/nfs/
Ddir.c444 if (!(server->flags & NFS_MOUNT_NOCTO) && !(flags & LOOKUP_CONTINUE)) in nfs_lookup_verify_inode()
/linux-2.4.37.9/include/linux/
Dfs.h1352 #define LOOKUP_CONTINUE (4) macro