Lines Matching defs:path
85 * ->invalidate_lock (acquired by fs in truncate path)
736 /* Something changed, must use slow path */
1406 * If a migration entry exists for the page the migration path must hold
3503 * handled in the specific fault path, and it'll prohibit the
3552 * handled in the specific fault path, and it'll prohibit
3861 char *path;
3865 path = file_path(filp, pathname, sizeof(pathname));
3866 if (IS_ERR(path))
3867 path = "(unknown)";
3869 pr_crit("File: %s PID: %d Comm: %.20s\n", path, current->pid,