Lines Matching defs:path
84 const struct path *path)
90 if (IS_ERR(path))
91 return PTR_ERR(path);
92 return sb->s_qcop->quota_on(sb, type, id, path);
764 void __user *addr, const struct path *path)
784 return quota_quotaon(sb, type, id, path);
905 struct path path, *pathp = NULL;
927 * because that gets s_umount sem which is also possibly needed by path
931 ret = user_path_at(AT_FDCWD, addr, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &path);
935 pathp = &path;