Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c1105 char *dw_name; member
1269 dw_entry->dw_name = kmem_alloc(complen + 1, KM_SLEEP); in dirtopath()
1272 bcopy(dp->d_name, dw_entry->dw_name, complen + 1); in dirtopath()
1310 dw_entry->dw_vnode, dw_entry->dw_name, in dirtopath()
1316 kmem_free(dw_entry->dw_name, dw_entry->dw_len + 1); in dirtopath()