Lines Matching refs:path
555 struct path path; in cachefiles_daemon_cull() local
575 get_fs_pwd(current->fs, &path); in cachefiles_daemon_cull()
577 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_cull()
581 ret = cachefiles_cull(cache, path.dentry, args); in cachefiles_daemon_cull()
584 path_put(&path); in cachefiles_daemon_cull()
589 path_put(&path); in cachefiles_daemon_cull()
627 struct path path; in cachefiles_daemon_inuse() local
647 get_fs_pwd(current->fs, &path); in cachefiles_daemon_inuse()
649 if (!d_can_lookup(path.dentry)) in cachefiles_daemon_inuse()
653 ret = cachefiles_check_in_use(cache, path.dentry, args); in cachefiles_daemon_inuse()
656 path_put(&path); in cachefiles_daemon_inuse()
661 path_put(&path); in cachefiles_daemon_inuse()
678 struct path path = { in cachefiles_has_space() local
696 ret = vfs_statfs(&path, &stats); in cachefiles_has_space()