Searched refs:ctfs_access_dir (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_root.c | 430 ctfs_access_dir( in ctfs_access_dir() function 515 { VOPNAME_ACCESS, { .vop_access = ctfs_access_dir } },
|
H A D | ctfs_cdir.c | 161 { VOPNAME_ACCESS, { .vop_access = ctfs_access_dir } },
|
H A D | ctfs_all.c | 153 { VOPNAME_ACCESS, { .vop_access = ctfs_access_dir } },
|
H A D | ctfs_tdir.c | 164 { VOPNAME_ACCESS, { .vop_access = ctfs_access_dir } },
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctfs_impl.h | 211 extern int ctfs_access_dir(vnode_t *, int, int, cred_t *,
|