11 invocations of hook_node_grants()

block_form_system_performance_settings_alter in drupal/modules/block/block.module
Implements hook_form_FORM_ID_alter().
module_disable in drupal/includes/module.inc
Disables a given set of modules.
node_access in drupal/modules/node/node.module
Determines whether the current user may perform the operation on the node.
node_access_grants in drupal/modules/node/node.module
Fetches an array of permission IDs granted to the given user ID.
node_access_rebuild in drupal/modules/node/node.module
Rebuilds the node access database.
node_access_view_all_nodes in drupal/modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_access_write_grants in drupal/modules/node/node.module
Writes a list of grants to the database, deleting any previously saved ones.
node_modules_enabled in drupal/modules/node/node.module
Implements hook_modules_enabled().
node_requirements in drupal/modules/node/node.module
Implements hook_requirements().
_block_render_blocks in drupal/modules/block/block.module
Render the content and subject for a set of blocks.
_node_query_node_access_alter in drupal/modules/node/node.module
Helper for node access functions.