Home
last modified time | relevance | path

Searched refs:VREAD (Results 1 – 25 of 40) sorted by relevance

12

/titanic_44/usr/src/uts/common/fs/zut/
H A Dzut.c91 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 Ducredsys.c166 err = priv_proc_cred_perm(CRED(), p, &pcr, VREAD); in ucred_get()
/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c94 if (mode & (VEXEC | VREAD)) in ctfs_ctl_access()
/titanic_44/usr/src/uts/common/fs/
H A Dlookup.c371 (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 Dufs_filio.c170 if (error = VOP_ACCESS(vpio, VREAD, 0, cr, NULL)) in ufs_fioio()
H A Dufs_vfsops.c315 aflag = VREAD; in ufs_mount()
318 aflag = VREAD | VWRITE; in ufs_mount()
/titanic_44/usr/src/uts/common/os/
H A Dpolicy.c930 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 Dsmb_fsops.c1561 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 Dsmb_vops.c1301 static const int unix_perms[] = { VREAD, VWRITE, VEXEC };
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_srv.c329 error = VOP_ACCESS(vp, VREAD, 0, cr, NULL); in acl2_access()
H A Dnfs_srv.c717 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 Dnfs_acl_vnops.c293 if (mode & VREAD) in acl_access2()
H A Dnfs3_srv.c647 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 Dnfs4_srv_readdir.c486 error = VOP_ACCESS(dvp, VREAD, 0, cs->cr, NULL); in rfs4_op_readdir()
/titanic_44/usr/src/uts/common/vm/
H A Dvm_swap.c749 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 Dfasttrap.c2008 VREAD | VWRITE)) != 0) { in fasttrap_ioctl()
2048 VREAD)) != 0) { in fasttrap_ioctl()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c290 aflag = VREAD; in udf_mount()
293 aflag = VREAD | VWRITE; in udf_mount()
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c403 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 Dsmbfs_vnops.c1197 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 Dzfs_acl.c2414 needed_bits |= VREAD; in zfs_zaccess()
2456 checkmode |= VREAD; in zfs_zaccess()
/titanic_44/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c140 error = VOP_ACCESS(*vpp, VREAD, 0, cred, ct); in auto_open()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c149 m |= VREAD; in hs_access()
H A Dhsfs_vfsops.c1384 if ((error = VOP_ACCESS(svp, VREAD, 0, cr, NULL)) != 0) in hs_getmdev()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h689 #define VREAD 00400 macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h694 #define VREAD 00400 macro

12