Home
last modified time | relevance | path

Searched refs:fo_path (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfsd/
H A Dnfsctl.c235 char *fo_path; in write_unlock_ip() local
245 fo_path = buf; in write_unlock_ip()
246 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip()
249 if (rpc_pton(net, fo_path, size, sap, salen) == 0) in write_unlock_ip()
273 char *fo_path; in write_unlock_fs() local
284 fo_path = buf; in write_unlock_fs()
285 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs()
287 trace_nfsd_ctl_unlock_fs(netns(file), fo_path); in write_unlock_fs()
288 error = kern_path(fo_path, 0, &path); in write_unlock_fs()