Searched refs:sdev_node_t (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | sdev_impl.h | 167 } sdev_node_t; typedef in typeref:struct:sdev_node 469 extern int sdev_lookup_filter(sdev_node_t *, char *); 470 extern void sdev_lookup_failed(sdev_node_t *, char *, int); 511 extern void sdev_nc_addname(sdev_nc_list_t *, sdev_node_t *, char *, int); 512 extern void sdev_nc_node_exists(sdev_node_t *);
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_ncache.c | 655 sdev_lookup_filter(sdev_node_t *dv, char *nm) 702 sdev_lookup_failed(sdev_node_t *dv, char *nm, int failed_flags) 819 sdev_nc_addname(sdev_nc_list_t *ncl, sdev_node_t *dv, char *nm, int flags) 838 sdev_nc_node_exists(sdev_node_t *dv)
|
H A D | sdev_ipnetops.c | 158 sdev_node_t *dv, *next;
|
H A D | sdev_profile.c | 662 prof_dev_needupdate(sdev_node_t *ddv) 664 sdev_node_t *gdir = ddv->sdev_origin; 690 prof_filldir(sdev_node_t *ddv) 692 sdev_node_t *gdir;
|
H A D | sdev_netops.c | 250 sdev_node_t *dv, *next;
|
H A D | sdev_zvolops.c | 314 sdev_node_t *parent = dv->sdev_dotdot;
|
H A D | sdev_vnops.c | 47 * The sdev file system is primarily made up of sdev_node_t's which is sdev's 48 * counterpart to the vnode_t. There are two different classes of sdev_node_t's 66 * | sdev_node_t |<---------------->| vnode_t | 81 * we use the struct vattr information that we already have in sdev_node_t. 137 * sdev_node_t States 140 * A given sdev_node_t has a field called the sdev_state which describes where 205 * is VDIR. Access to this is controlled by the sdev_node_t's contents_lock and 208 * Every sdev_node_t has a field sdev_state, which describes the current state 228 * o If there is a SDEV_READY sdev_node_t, it knows about its backing node. 229 * o If we find a backing node when looking up an sdev_node_t fo [all...] |
Completed in 75 milliseconds