Searched refs:lr_alloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c59 struct lr_alloc { struct
60 struct lr_alloc *next; /* links for write queuing */
61 struct lr_alloc *prev;
80 static int nfslog_record_append2all(struct lr_alloc *);
87 static int nfslog_write_logrecords(struct log_file *, struct lr_alloc *, int);
88 static void nfslog_free_logrecords(struct lr_alloc *);
153 { NFSLOG_SMALL_RECORD_SIZE - sizeof (struct lr_alloc),
156 { NFSLOG_MEDIUM_RECORD_SIZE - sizeof (struct lr_alloc),
159 { NFSLOG_LARGE_RECORD_SIZE - sizeof (struct lr_alloc),
166 (nfslog_mem_alloc[index].size + sizeof (struct lr_alloc))
[all...]

Completed in 109 milliseconds