Home
last modified time | relevance | path

Searched refs:path (Results 1 – 2 of 2) sorted by relevance

/mm/
Dfilemap.c3353 char *path; in dio_warn_stale_pagecache() local
3357 path = file_path(filp, pathname, sizeof(pathname)); in dio_warn_stale_pagecache()
3358 if (IS_ERR(path)) in dio_warn_stale_pagecache()
3359 path = "(unknown)"; in dio_warn_stale_pagecache()
3361 pr_crit("File: %s PID: %d Comm: %.20s\n", path, current->pid, in dio_warn_stale_pagecache()
Dshmem.c1075 static int shmem_getattr(const struct path *path, struct kstat *stat, in shmem_getattr() argument
1078 struct inode *inode = path->dentry->d_inode; in shmem_getattr()