Searched refs:cachefs_access_local (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 89 static int cachefs_access_local(void *cp, int mode, cred_t *cr); 2536 cachefs_access_local, cp); in cachefs_setattr_disconnected() 2805 error = cachefs_access_local(cp, mode, cr); in cachefs_access() 2859 error = cachefs_access_local(cp, mode, cr); in cachefs_access_connected() 3596 error = cachefs_access_local(dcp, VEXEC, cr); in cachefs_lookup_common() 4129 error = cachefs_access_local(cp, mode, cr); in cachefs_create_disconnected() 4155 if (error = cachefs_access_local(dcp, VWRITE, cr)) { in cachefs_create_disconnected() 4368 error = cachefs_access_local(dcp, (VEXEC|VWRITE), cr); in cachefs_remove() 5048 if (error = cachefs_access_local(tdcp, (VEXEC|VWRITE), cr)) { in cachefs_link_disconnected() 5604 error = cachefs_access_local(odcp, (VEXEC|VWRITE), cr); in cachefs_rename_disconnected() [all …]
|