Lines Matching defs:allowed_access
1202 landlock_file(file)->allowed_access = LANDLOCK_MASK_ACCESS_FS;
1209 access_mask_t open_access_request, full_access_request, allowed_access;
1234 allowed_access = full_access_request;
1241 * Add each access right to allowed_access which has not been
1244 allowed_access = 0;
1248 allowed_access |= BIT_ULL(access_bit);
1258 landlock_file(file)->allowed_access = allowed_access;
1260 if ((open_access_request & allowed_access) == open_access_request)
1278 if (landlock_file(file)->allowed_access & LANDLOCK_ACCESS_FS_TRUNCATE)