Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c205 static int dc_fid(struct vnode *, struct fid *, caller_context_t *);
233 VOPNAME_FID, { .vop_fid = dc_fid },
377 dc_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ctp) in dc_fid() function