Lines Matching defs:allowed
408 * returns 1 if allowed,
409 * 0 if not allowed or some error occurred (errno tells why)
416 int allowed;
420 allowed = ntfs_allowed_access(scx, dir_ni, accesstype);
426 && (allowed == 2)) {
431 allowed = 0;
433 allowed = (ntfs_get_owner_mode(scx,ni2,&stbuf) >= 0)
439 return (allowed);
1632 /* check whether requested access is allowed */
3311 * attribute in system name space is allowed
3313 * Returns pointer to inode if allowed,
3314 * NULL and errno set if not allowed
3787 * if defined, only owner is allowed
3871 /* User xattr not allowed for symlinks, fifo, etc. */
3883 /* User xattr not allowed for symlinks, fifo, etc. */
3986 * is never allowed
4034 * if defined, only owner is allowed
4061 * Some allowed system xattr removals cause changes to
4121 /* User xattr not allowed for symlinks, fifo, etc. */
4133 /* User xattr not allowed for symlinks, fifo, etc. */