Searched refs:objfs_dir_access (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | objfs_impl.h | 52 extern int objfs_dir_access(vnode_t *, int, int, cred_t *,
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_common.c | 64 objfs_dir_access(vnode_t *vp, int mode, int flags, cred_t *cr, in objfs_dir_access() function
|
H A D | objfs_odir.c | 86 { VOPNAME_ACCESS, { .vop_access = objfs_dir_access } },
|
H A D | objfs_root.c | 171 { VOPNAME_ACCESS, { .vop_access = objfs_dir_access } },
|