Home
last modified time | relevance | path

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

/titanic_50/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 *);
357 sdev_nc_list_t *ncl = sdev_ncache; in sdev_ncache_process_store()
400 sdev_nc_list_t *ncl = sdev_ncache; in sdev_ncache_write_complete()
429 sdev_nc_list_t *ncl = sdev_ncache; in sdev_ncache_write()
476 sdev_nc_list_t *ncl = sdev_ncache; in sdev_nc_flush_updates()
497 sdev_nc_list_t *ncl = sdev_ncache; in sdev_nc_flush_boot_update()
516 sdev_nc_list_t *ncl = sdev_ncache; in sdev_state_boot_complete()
[all …]
/titanic_50/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h395 } sdev_nc_list_t; typedef
509 extern void sdev_nc_addname(sdev_nc_list_t *, sdev_node_t *, char *, int);
511 extern void sdev_nc_path_exists(sdev_nc_list_t *, char *);
537 extern sdev_nc_list_t *sdev_ncache;