Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dfem.c48 #define fl_ntob(n) (sizeof (struct fem_list) + \
345 static struct fem_list *
348 struct fem_list *sp = NULL; in fem_lock()
368 fem_addref(struct fem_list *sp) in fem_addref()
374 fem_delref(struct fem_list *sp) in fem_delref()
379 static struct fem_list *
382 struct fem_list *sp = NULL; in fem_get()
394 fem_release(struct fem_list *sp) in fem_release()
437 struct fem_list *femsp; in vhead_open()
464 struct fem_list *femsp; in vhead_close()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dfem.h133 struct fem_list { struct
143 struct fem_list *femh_list; argument