Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c191 static int dc_open(struct vnode **, int, struct cred *, caller_context_t *);
224 VOPNAME_OPEN, { .vop_open = dc_open },
246 dc_open(struct vnode **vpp, int flag, struct cred *cr, caller_context_t *ctp) in dc_open() function