Lines Matching defs:path
552 struct path path;
572 get_fs_pwd(current->fs, &path);
574 if (!d_can_lookup(path.dentry))
578 ret = cachefiles_cull(cache, path.dentry, args);
581 path_put(&path);
586 path_put(&path);
624 struct path path;
644 get_fs_pwd(current->fs, &path);
646 if (!d_can_lookup(path.dentry))
650 ret = cachefiles_check_in_use(cache, path.dentry, args);
653 path_put(&path);
658 path_put(&path);
675 struct path path = {
693 ret = vfs_statfs(&path, &stats);