Home
last modified time | relevance | path

Searched refs:nfsl_log_file (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c128 struct nfsl_log_file **elf_listp);
129 static struct nfsl_log_file *nfsl_log_file_find(struct nfsl_log_file *elfrec,
130 struct nfsl_log_file *elf_list);
131 static struct nfsl_log_file *nfsl_log_file_del(struct nfsl_log_file *elfrec,
1494 static struct nfsl_log_file *
1498 struct nfsl_log_file *rec; in nfsl_log_file_find()
1509 static struct nfsl_log_file *
1513 struct nfsl_log_file *rec; in nfsl_log_file_del()
1560 struct nfsl_log_file *elfrec; in nfslog_open_elf_file()
1638 struct nfsl_log_file *elfrec; in nfslog_close_elf_file()
[all …]
H A Dnfslogd.h79 struct nfsl_log_file { struct
84 struct nfsl_log_file *next; /* next file in list */ argument
85 struct nfsl_log_file *prev; /* next file in list */ argument