<dec f='src/src/sys/nfs/nfs_var.h' l='301' type='void nfs_cookieheuristic(struct vnode * , int * , struct lwp * , kauth_cred_t )'/>
<def f='src/src/sys/nfs/nfs_clntsubs.c' l='473' ll='525' type='void nfs_cookieheuristic(struct vnode * vp, int * flagp, struct lwp * l, kauth_cred_t cred)'/>
<doc f='src/src/sys/nfs/nfs_clntsubs.c' l='463'>/*
 * Heuristic to see if the server XDR encodes directory cookies or not.
 * it is not supposed to, but a lot of servers may do this. Also, since
 * most/all servers will implement V2 as well, it is expected that they
 * may return just 32 bits worth of cookie information, so we need to
 * find out in which 32 bits this information is available. We do this
 * to avoid trouble with emulated binaries that can&apos;t handle 64 bit
 * directory offsets.
 */</doc>
<use f='src/src/sys/nfs/nfs_vfsops.c' l='800' u='c' c='mountnfs'/>
