Lines Matching defs:allowed
325 * returns 1 if allowed,
326 * 0 if not allowed or some error occurred (errno tells why)
333 int allowed;
343 allowed = 1;
348 allowed = ntfs_real_allowed_access(scx, dir_ni,
351 allowed = 0;
361 allowed = ntfs_real_allowed_access(scx,
364 allowed = 0;
374 && (allowed == 2)) {
380 allowed = 0;
382 allowed = (ntfs_get_owner_mode(scx,ni2,&stbuf)
390 return (allowed);
404 * returns 1 if allowed,
405 * 0 if not allowed or some error occurred (errno tells why)
412 int allowed;
418 allowed = ntfs_real_allowed_access(scx, dir_ni, accesstype);
420 allowed = 0;
430 allowed = ntfs_real_allowed_access(scx,
433 allowed = 0;
438 return (allowed);
1397 * and requested access be allowed
1505 * and requested access allowed
3012 * attribute in system name space is allowed
3014 * Returns pointer to inode if allowed,
3015 * NULL and errno set if not allowed
3519 * if defined, only owner is allowed
3586 /* User xattr not allowed for symlinks, fifo, etc. */
3598 /* User xattr not allowed for symlinks, fifo, etc. */
3697 * is never allowed
3761 * if defined, only owner is allowed
3828 /* User xattr not allowed for symlinks, fifo, etc. */
3840 /* User xattr not allowed for symlinks, fifo, etc. */