Searched refs:ctfs_close (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_sym.c | 138 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_ctl.c | 231 { VOPNAME_CLOSE, { .vop_close = ctfs_close } }, 330 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_all.c | 150 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_cdir.c | 158 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_tdir.c | 161 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_tmpl.c | 191 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_event.c | 330 { VOPNAME_CLOSE, { .vop_close = ctfs_close } }, 490 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
H A D | ctfs_root.c | 408 * ctfs_close - common VOP_CLOSE entry point 414 ctfs_close( function 512 { VOPNAME_CLOSE, { .vop_close = ctfs_close } },
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctfs_impl.h | 209 extern int ctfs_close(vnode_t *, int, int, offset_t, cred_t *,
|
Completed in 90 milliseconds