Searched refs:VREAD (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_posix1e.c64 KASSERT((accmode & ~(VEXEC | VWRITE | VREAD | VADMIN | VAPPEND)) == 0,
104 if ((accmode & VREAD) && !priv_check_cred(cred, PRIV_VFS_READ, 0))
105 priv_granted |= VREAD;
131 dac_granted |= VREAD;
187 acl_mask_granted |= VREAD;
191 acl_mask_granted = VEXEC | VREAD | VWRITE | VAPPEND;
207 dac_granted |= VREAD;
243 dac_granted |= VREAD;
261 dac_granted |= VREAD;
291 dac_granted |= VREAD;
[all...]
H A Dsubr_acl_nfs4.c68 } accmode2mask[] = {{VREAD, ACL_READ_DATA},
178 KASSERT((accmode & ~(VEXEC | VWRITE | VREAD | VADMIN | VAPPEND |
273 if ((accmode & VREAD) && !priv_check_cred(cred, PRIV_VFS_READ, 0))
274 priv_granted |= VREAD;
H A Dvfs_subr.c3877 KASSERT((accmode & ~(VEXEC | VWRITE | VREAD | VADMIN | VAPPEND)) == 0,
3898 dac_granted |= VREAD;
3913 dac_granted |= VREAD;
3927 dac_granted |= VREAD;
3962 if ((accmode & VREAD) && ((dac_granted & VREAD) == 0) &&
3964 priv_granted |= VREAD;
4671 * reducing it into standard unix access bits - VEXEC, VREAD, VWRITE,
H A Duipc_sem.c374 VREAD | VWRITE, ucred, NULL);
H A Duipc_shm.c422 accmode |= VREAD;
H A Dvfs_default.c373 KASSERT((ap->a_accmode & ~(VEXEC | VWRITE | VREAD | VADMIN |
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_super.c154 accmode = VREAD;
H A Dxfs_vnops.c1480 ap->a_cred, ap->a_td, VREAD);
1527 ap->a_cred, ap->a_td, VREAD);
H A Dxfs_vnode.h481 #define VREAD S_IRUSR /* read, write, execute permissions */ macro
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_cap.c121 if ((error = _MAC_VACCESS(vp, NULL, VREAD)))
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_suspend.c199 error = VOP_ACCESS(ump->um_devvp, VREAD | VWRITE,
H A Dffs_vnops.c1560 ap->a_cred, ap->a_td, VREAD);
1616 ap->a_cred, ap->a_td, VREAD);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c126 if ((accmode & VREAD) && priv_check_cred(cr, PRIV_VFS_READ, 0) != 0)
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_getcwd.c350 accmode = VEXEC|VREAD;
/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_subr.c1072 error = VOP_ACCESS(lvp, VREAD, cred, td);
1147 if ((error = mac_vnode_check_open(cred, vp, VEXEC|VREAD)) != 0)
1150 if ((error = VOP_ACCESS(vp, VEXEC|VREAD, cred, td)) != 0)
H A Dunion_vnops.c640 if (accmode & VREAD)
652 if (accmode & VREAD)
662 if (accmode & VREAD)
740 accmode |= VREAD; /* will copy to upper */
/freebsd-9.3-release/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c480 if (accmode & VREAD)
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_vfsops.c181 error = VOP_ACCESS(devvp, VREAD | VWRITE,
246 accmode = VREAD;
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c322 error = VOP_ACCESS(devvp, VREAD | VWRITE,
372 accmode = VREAD;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2137 VREAD | VWRITE)) != 0) {
2203 VREAD)) != 0) {
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c176 accmode = VREAD;
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c115 if (nfsvno_accchk(vp, VREAD, nd->nd_cred, exp, p,
700 nd->nd_repstat = nfsvno_accchk(vp, VREAD,
2267 nd->nd_repstat = nfsvno_accchk(vp, VREAD,
2773 nd->nd_repstat = nfsvno_accchk(vp, VREAD, nd->nd_cred,
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vfsops.c206 accmode = VREAD;
/freebsd-9.3-release/sys/fs/udf/
H A Dudf_vfsops.c240 error = VOP_ACCESS(devvp, VREAD, td->td_ucred, td);
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_vfsops.c131 accmode = VREAD;

Completed in 313 milliseconds

12