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

/linux-4.1.27/fs/nfsd/
H A Dexport.h75 struct path ek_path; member in struct:svc_expkey
H A Dexport.c46 path_put(&key->ek_path); expkey_put()
144 err = kern_path(buf, 0, &key.ek_path); expkey_parse()
153 path_put(&key.ek_path); expkey_parse()
184 seq_path(m, &ek->ek_path, "\\ \t\n"); expkey_show()
221 new->ek_path = item->ek_path; expkey_update()
222 path_get(&item->ek_path); expkey_update()
930 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); exp_find()

Completed in 109 milliseconds