Searched refs:lr_alloc (Results 1 – 1 of 1) sorted by relevance
62 struct lr_alloc { struct63 struct lr_alloc *next; /* links for write queuing */ argument64 struct lr_alloc *prev; argument83 static int nfslog_record_append2all(struct lr_alloc *); argument90 static int nfslog_write_logrecords(struct log_file *, struct lr_alloc *, int);91 static void nfslog_free_logrecords(struct lr_alloc *);156 { NFSLOG_SMALL_RECORD_SIZE - sizeof (struct lr_alloc),159 { NFSLOG_MEDIUM_RECORD_SIZE - sizeof (struct lr_alloc),162 { NFSLOG_LARGE_RECORD_SIZE - sizeof (struct lr_alloc),169 (nfslog_mem_alloc[index].size + sizeof (struct lr_alloc))[all …]