Lines Matching refs:want
372 * Return 0 if current is granted want access to the inode
377 const struct posix_acl *acl, int want)
385 want &= MAY_READ | MAY_WRITE | MAY_EXEC;
405 if ((pa->e_perm & want) == want)
414 if ((pa->e_perm & want) == want)
434 if ((pa->e_perm & mask_obj->e_perm & want) == want)
441 if ((pa->e_perm & want) == want)