Searched refs:pathp (Results 1 – 1 of 1) sorted by relevance
828 struct path path, *pathp = NULL; in kernel_quotactl() local853 pathp = ERR_PTR(ret); in kernel_quotactl()855 pathp = &path; in kernel_quotactl()864 ret = do_quotactl(sb, type, cmds, id, addr, pathp); in kernel_quotactl()871 if (pathp && !IS_ERR(pathp)) in kernel_quotactl()872 path_put(pathp); in kernel_quotactl()