HomeSort by: relevance | last modified time | path
    Searched refs:VADMIN (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/miscfs/genfs/
genfs_vnops.c 692 KASSERT((accmode & ~(VEXEC | VWRITE | VREAD | VADMIN | VAPPEND)) == 0);
704 dac_granted |= VADMIN;
743 return (accmode & VADMIN) ? EPERM : EACCES;
763 KASSERT((accmode & ~(VEXEC | VWRITE | VREAD | VADMIN | VAPPEND)) == 0);
780 dac_granted |= VADMIN;
981 return (accmode & VADMIN) ? EPERM : EACCES;
1102 KASSERT((accmode & ~(VEXEC | VWRITE | VREAD | VADMIN | VAPPEND |
1108 if (accmode & VADMIN)
1204 * To modify the permissions on a file, must possess VADMIN
1260 * To modify the ownership of a file, must possess VADMIN for tha
    [all...]
  /src/sys/sys/
vnode.h 314 #define VADMIN 000000010000 /* being the file owner */
343 "\15VADMIN" \
362 #define VADMIN_PERMS (VADMIN | VWRITE_ATTRIBUTES | VWRITE_ACL | \
  /src/sys/ufs/ufs/
ufs_acl.c 535 * Must hold VADMIN (be file owner) or have appropriate privilege.
537 if ((error = VOP_ACCESS(vp, VADMIN, cred)))
  /src/sys/coda/
coda_vnops.c 675 KASSERT((accmode & ~(VEXEC | VWRITE | VREAD | VADMIN | VAPPEND)) == 0);
  /src/sys/kern/
vfs_subr.c 1404 * VADMIN and VAPPEND.
1437 *accmode |= VADMIN;

Completed in 19 milliseconds