Searched refs:objfs_dir_open (Results 1 – 4 of 4) sorted by relevance
| /titanic_41/usr/src/uts/common/sys/ |
| H A D | objfs_impl.h | 51 extern int objfs_dir_open(vnode_t **, int, cred_t *, caller_context_t *);
|
| /titanic_41/usr/src/uts/common/fs/objfs/ |
| H A D | objfs_common.c | 39 objfs_dir_open(vnode_t **cpp, int flag, cred_t *cr, in objfs_dir_open() function
|
| H A D | objfs_odir.c | 82 { VOPNAME_OPEN, { .vop_open = objfs_dir_open } },
|
| H A D | objfs_root.c | 167 { VOPNAME_OPEN, { .vop_open = objfs_dir_open } },
|