HomeSort by: relevance | last modified time | path
    Searched defs:filehandle (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lockd_lock.c 96 nfs_fhandle_t filehandle; /* NFS filehandle */ member in struct:file_lock
158 fhcmp(&newfl->filehandle, &fl->filehandle) != 0)
178 nfs_fhandle_t filehandle; local in function:testlock
180 /* convert lock to a local filehandle */
181 if (fhconv(&filehandle, &lock->fh)) {
191 if (fhcmp(&fl->filehandle, &filehandle) != 0)
197 fhfree(&filehandle);
362 nfs_fhandle_t filehandle; local in function:unlock
    [all...]
lockd_lock.c 96 nfs_fhandle_t filehandle; /* NFS filehandle */ member in struct:file_lock
158 fhcmp(&newfl->filehandle, &fl->filehandle) != 0)
178 nfs_fhandle_t filehandle; local in function:testlock
180 /* convert lock to a local filehandle */
181 if (fhconv(&filehandle, &lock->fh)) {
191 if (fhcmp(&fl->filehandle, &filehandle) != 0)
197 fhfree(&filehandle);
362 nfs_fhandle_t filehandle; local in function:unlock
    [all...]

Completed in 23 milliseconds