Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c124 sdev_nc_list_t *sdev_ncache;
131 static sdev_nc_list_t *sdev_nc_newlist(void);
133 static sdev_nc_node_t *sdev_nc_findpath(sdev_nc_list_t *, char *);
134 static void sdev_nc_insertnode(sdev_nc_list_t *, sdev_nc_node_t *);
358 sdev_nc_list_t *ncl = sdev_ncache; in sdev_ncache_process_store()
401 sdev_nc_list_t *ncl = sdev_ncache; in sdev_ncache_write_complete()
430 sdev_nc_list_t *ncl = sdev_ncache; in sdev_ncache_write()
477 sdev_nc_list_t *ncl = sdev_ncache; in sdev_nc_flush_updates()
498 sdev_nc_list_t *ncl = sdev_ncache; in sdev_nc_flush_boot_update()
517 sdev_nc_list_t *ncl = sdev_ncache; in sdev_state_boot_complete()
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h393 } sdev_nc_list_t; typedef
507 extern void sdev_nc_addname(sdev_nc_list_t *, sdev_node_t *, char *, int);
509 extern void sdev_nc_path_exists(sdev_nc_list_t *, char *);
535 extern sdev_nc_list_t *sdev_ncache;