/titanic_44/usr/src/uts/common/fs/zut/ |
H A D | zut.c | 91 error = VOP_ACCESS(*dvn, VREAD, 0, cr, NULL); in zut_open_dir() 142 zr->zr_retcode = VOP_ACCESS(fvn, VREAD, 0, cr, NULL); in zut_readdir() 327 zl->zl_retcode = VOP_ACCESS(fvn, VREAD, 0, cr, NULL); in zut_lookup()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | ucredsys.c | 166 err = priv_proc_cred_perm(CRED(), p, &pcr, VREAD); in ucred_get()
|
/titanic_44/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_ctl.c | 94 if (mode & (VEXEC | VREAD)) in ctfs_ctl_access()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | lookup.c | 371 (error = VOP_ACCESS(vp, VREAD, 0, cr, NULL)) != 0) in lookuppnvp() 839 if ((error = VOP_ACCESS(dvp, VREAD, 0, cr, NULL)) != 0) in dirfindvp() 1164 vprivs = (flags & LOOKUP_CHECKREAD) ? VREAD | VEXEC : VEXEC; in dirtopath()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_filio.c | 170 if (error = VOP_ACCESS(vpio, VREAD, 0, cr, NULL)) in ufs_fioio()
|
H A D | ufs_vfsops.c | 315 aflag = VREAD; in ufs_mount() 318 aflag = VREAD | VWRITE; in ufs_mount()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | policy.c | 930 if ((mode & VREAD) && priv_policy_va(cr, PRIV_FILE_DAC_READ, B_FALSE, in secpolicy_vnode_access() 974 if ((wantmode & VREAD) && in secpolicy_vnode_access2() 993 if ((mode & VREAD) && priv_policy_va(cr, PRIV_FILE_DAC_READ, B_FALSE, in secpolicy_vnode_access2()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsops.c | 1561 error = smb_vop_access(snode->vp, VREAD, in smb_fsop_access() 1611 access |= VREAD; in smb_fsop_access() 2482 if (access & VREAD) in smb_fsop_eaccess()
|
H A D | smb_vops.c | 1301 static const int unix_perms[] = { VREAD, VWRITE, VEXEC };
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_srv.c | 329 error = VOP_ACCESS(vp, VREAD, 0, cr, NULL); in acl2_access()
|
H A D | nfs_srv.c | 717 error = VOP_ACCESS(vp, VREAD, 0, cr, &ct); in rfs_read() 1787 mode = (at.va_mode & S_IWUSR) ? VWRITE : VREAD; in rfs_create() 2548 error = VOP_ACCESS(vp, VREAD, 0, cr, NULL); in rfs_readdir()
|
H A D | nfs_acl_vnops.c | 293 if (mode & VREAD) in acl_access2()
|
H A D | nfs3_srv.c | 647 error = VOP_ACCESS(vp, VREAD, 0, cr, NULL); in rfs3_access() 1021 error = VOP_ACCESS(vp, VREAD, 0, cr, &ct); in rfs3_read() 3151 error = VOP_ACCESS(vp, VREAD, 0, cr, NULL); in rfs3_readdir() 3423 error = VOP_ACCESS(vp, VREAD, 0, cr, NULL); in rfs3_readdirplus()
|
H A D | nfs4_srv_readdir.c | 486 error = VOP_ACCESS(dvp, VREAD, 0, cs->cr, NULL); in rfs4_op_readdir()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 749 error = VOP_ACCESS(vp, VREAD|VWRITE, 0, CRED(), NULL); in swapctl() 1044 error = VOP_ACCESS(vp, VREAD|VWRITE, 0, CRED(), NULL); in swapctl32()
|
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | fasttrap.c | 2008 VREAD | VWRITE)) != 0) { in fasttrap_ioctl() 2048 VREAD)) != 0) { in fasttrap_ioctl()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 290 aflag = VREAD; in udf_mount() 293 aflag = VREAD | VWRITE; in udf_mount()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 403 aflag = VREAD; in pcfs_device_identify() 406 aflag = VREAD | VWRITE; in pcfs_device_identify()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 1197 if ((mode & (VWRITE | VREAD | VEXEC)) && in smbfs_access_rwx() 2548 error = smbfs_access(vp, VREAD, 0, cr, ct); in smbfs_readdir()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 2414 needed_bits |= VREAD; in zfs_zaccess() 2456 checkmode |= VREAD; in zfs_zaccess()
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vnops.c | 140 error = VOP_ACCESS(*vpp, VREAD, 0, cred, ct); in auto_open()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_node.c | 149 m |= VREAD; in hs_access()
|
H A D | hsfs_vfsops.c | 1384 if ((error = VOP_ACCESS(svp, VREAD, 0, cr, NULL)) != 0) in hs_getmdev()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 689 #define VREAD 00400 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 694 #define VREAD 00400 macro
|