Searched refs:ek_path (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nfsd/
H A Dexport.h94 struct path ek_path; member in struct:svc_expkey
H A Dexport.c49 path_put(&key->ek_path);
154 err = kern_path(buf, 0, &key.ek_path);
165 path_put(&key.ek_path);
196 seq_path(m, &ek->ek_path, "\\ \t\n");
233 new->ek_path = item->ek_path;
234 path_get(&item->ek_path);
1065 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp);

Completed in 342 milliseconds