Lines Matching refs:path
2 /* CacheFiles path walking and related routines
295 struct path path, path_to_graveyard;
307 path.mnt = cache->mnt;
308 path.dentry = dir;
309 ret = security_path_unlink(&path, rep);
407 path.mnt = cache->mnt;
408 path.dentry = dir;
411 ret = security_path_rename(&path, rep, &path_to_graveyard, grave, 0);
466 * so it's no longer in the key path and we can ignore
490 struct path path;
501 path.mnt = cache->mnt;
545 /* if this element of the path doesn't exist, then the lookup phase
559 path.dentry = dir;
560 ret = security_path_mkdir(&path, next, 0);
595 path.dentry = dir;
596 ret = security_path_mknod(&path, next, S_IFREG, 0);
682 path.dentry = next;
683 touch_atime(&path);
760 struct path path;
789 path.mnt = cache->mnt;
790 path.dentry = dir;
791 ret = security_path_mkdir(&path, subdir, 0700);