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

  /src/sys/dev/raidframe/
rf_stripelocks.c 380 RF_LockReqDesc_t *lr, *lr_t, *callbacklist, *t; local
416 for (lr_t = NULL, lr = lockDesc->granted; lr; lr_t = lr, lr = lr->next)
423 if (lr_t)
424 lr_t->next = lr->next;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zil.h 190 } lr_t; typedef in typeref:struct:__anon9052
196 lr_t lr_common; /* common portion of log record */
218 lr_t lr_common; /* common portion of log record */
265 lr_t lr_common; /* common portion of log record */
271 lr_t lr_common; /* common portion of log record */
278 lr_t lr_common; /* common portion of log record */
285 lr_t lr_common; /* common portion of log record */
295 lr_t lr_common; /* common portion of log record */
302 lr_t lr_common; /* common portion of log record */
315 lr_t lr_common; /* common portion of log record *
    [all...]

Completed in 16 milliseconds