Home
last modified time | relevance | path

Searched refs:nfslog_lr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.h125 struct nfslog_lr *bh_lrp;
127 struct nfslog_lr *lrps; /* raw records - not cooked */
134 struct nfslog_lr { struct
135 struct nfslog_lr *next; argument
136 struct nfslog_lr *prev; argument
181 extern struct nfslog_lr *nfslog_get_logrecord(struct nfslog_buf *);
182 extern void nfslog_free_logrecord(struct nfslog_lr *, bool_t);
184 extern int nfslog_process_fh_rec(struct nfslog_lr *,
H A Dreadbuf.c74 static struct nfslog_lr *nfslog_read_buffer(struct nfslog_buf *);
75 static void free_lrp(struct nfslog_lr *);
76 static struct nfslog_lr *remove_lrp_from_lb(struct nfslog_buf *,
77 struct nfslog_lr *);
79 struct nfslog_lr *);
274 struct nfslog_lr *lrp, *lrp_next; in nfslog_free_buf()
362 static struct nfslog_lr *
367 struct nfslog_lr *lrp; in nfslog_read_buffer()
372 lrp = (struct nfslog_lr *)malloc(sizeof (*lrp)); in nfslog_read_buffer()
468 static struct nfslog_lr *
[all …]
H A Dprocess_buffer.c86 struct nfslog_lr *lrp; in process_buffer()
H A Dfhtab.c2282 nfslog_process_fh_rec(struct nfslog_lr *lrp, char *fhpath, char **pathp1, in nfslog_process_fh_rec()