Home | Sort by: relevance | last modified time | path |
/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...] |