Lines Matching +full:entry +full:- +full:name
32 the local system's node name. System administrators, however, often do not
39 used together with a system's node name when an NFS client identifies itself to
40 a server. Thus, if the system's node name is not unique, its
71 …530 Section 6\: Filesystem Migration and Replication: https://tools.ietf.org/html/rfc3530#section-6
72 …lementation Guide for Referrals in NFSv4: https://tools.ietf.org/html/draft-ietf-nfsv4-referrals-00
83 valid entry. If so, it returns that entry and exits.
85 (2) If no valid entry exists, the helper script '/sbin/nfs_cache_getent'
88 - the cache name, "dns_resolve"
89 - the hostname to resolve
92 writes the result into the rpc_pipefs pseudo-file
101 script, and <ttl> is the 'time to live' of this cache entry (in
106 entry is created, which will cause the kernel to treat the hostname
114 .. code-block:: sh
130 [ $# -lt 2 ] && die
136 name="$2"
137 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"
138 [ -z "${result}" ] && result="0"
144 echo "${result} ${name} ${ttl}" >${cache_path}