Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1041 struct cachefs_fid { struct
1046 #define CFS_FID_SIZE (sizeof (struct cachefs_fid) - sizeof (ushort_t)) argument
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c187 static int cachefs_fid(struct vnode *, struct fid *, caller_context_t *);
283 VOPNAME_FID, { .vop_fid = cachefs_fid },
7240 cachefs_fid(struct vnode *vp, struct fid *fidp, caller_context_t *ct) in cachefs_fid() function