Home
last modified time | relevance | path

Searched refs:sharepnt_ent (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c49 static struct sharepnt_ent *findsharepnt(struct sharepnt_ent *, char *,
50 struct sharepnt_ent **);
105 struct sharepnt_ent *se_tail = NULL, *sep; in buildbuffer_list()
145 sep = (struct sharepnt_ent *) in buildbuffer_list()
288 struct sharepnt_ent *nextp; in free_sharepnt_list()
301 remove_sharepnt_ent(struct sharepnt_ent **se_listpp, struct sharepnt_ent *sep) in remove_sharepnt_ent()
303 struct sharepnt_ent *p, *prev; in remove_sharepnt_ent()
366 static struct sharepnt_ent *
368 struct sharepnt_ent *sep, in findsharepnt()
370 struct sharepnt_ent **se_tail) in findsharepnt()
[all …]
H A Dbuffer_list.h44 struct sharepnt_ent *be_sharepnt; /* share point list */
51 struct sharepnt_ent { struct
55 struct sharepnt_ent *se_next; argument
65 extern void remove_sharepnt_ent(struct sharepnt_ent **, struct sharepnt_ent *);
H A Dnfslogd.c537 struct sharepnt_ent *sep, *next; in nfslogtab_remove()