Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c48 #define fl_ntob(n) (sizeof (struct fem_list) + \
347 static struct fem_list *
350 struct fem_list *sp = NULL; in fem_lock()
370 fem_addref(struct fem_list *sp) in fem_addref()
376 fem_delref(struct fem_list *sp) in fem_delref()
381 static struct fem_list *
384 struct fem_list *sp = NULL; in fem_get()
396 fem_release(struct fem_list *sp) in fem_release()
439 struct fem_list *femsp; in vhead_open()
466 struct fem_list *femsp; in vhead_close()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h133 struct fem_list { struct
143 struct fem_list *femh_list; argument