Searched refs:ctfs_close (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_ctl.c | 229 { VOPNAME_CLOSE, { .vop_close = ctfs_close } }, 328 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_event.c | 329 { VOPNAME_CLOSE, { .vop_close = ctfs_close } }, 489 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_root.c | 414 ctfs_close( in ctfs_close() function 512 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_sym.c | 136 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_all.c | 148 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_cdir.c | 156 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_tdir.c | 159 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_tmpl.c | 191 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctfs_impl.h | 207 extern int ctfs_close(vnode_t *, int, int, offset_t, cred_t *,
|