Lines Matching refs:nfslog_buf
70 static int nfslog_init_buf(char *, struct nfslog_buf *, int *);
71 static void nfslog_free_buf(struct nfslog_buf *, int);
72 static struct nfslog_lr *nfslog_read_buffer(struct nfslog_buf *);
74 static struct nfslog_lr *remove_lrp_from_lb(struct nfslog_buf *,
76 static void insert_lrp_to_lb(struct nfslog_buf *,
78 static void nfslog_rewrite_bufheader(struct nfslog_buf *);
88 struct nfslog_buf *
91 struct nfslog_buf *lbp = NULL; in nfslog_open_buf()
98 if ((lbp = malloc(sizeof (struct nfslog_buf))) == NULL) { in nfslog_open_buf()
102 bzero(lbp, sizeof (struct nfslog_buf)); in nfslog_open_buf()
115 nfslog_close_buf(struct nfslog_buf *lbp, int close_quick) in nfslog_close_buf()
132 nfslog_init_buf(char *bufpath, struct nfslog_buf *lbp, int *error) in nfslog_init_buf()
267 nfslog_free_buf(struct nfslog_buf *lbp, int close_quick) in nfslog_free_buf()
361 nfslog_read_buffer(struct nfslog_buf *lbp) in nfslog_read_buffer()
467 remove_lrp_from_lb(struct nfslog_buf *lbp, struct nfslog_lr *lrp) in remove_lrp_from_lb()
492 insert_lrp_to_lb(struct nfslog_buf *lbp, struct nfslog_lr *lrp) in insert_lrp_to_lb()
547 nfslog_rewrite_bufheader(struct nfslog_buf *lbp) in nfslog_rewrite_bufheader()
740 nfslog_get_logrecord(struct nfslog_buf *lbp) in nfslog_get_logrecord()