Home
last modified time | relevance | path

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

/fs/
Dproc_namespace.c165 int dom = get_dominating_id(r, &p->root); in show_mountinfo() local
167 if (dom && dom != master) in show_mountinfo()
168 seq_printf(m, " propagate_from:%i", dom); in show_mountinfo()
/fs/nfsd/
Dexport.c77 struct auth_domain *dom = NULL; in expkey_parse() local
98 dom = auth_domain_find(buf); in expkey_parse()
99 if (!dom) in expkey_parse()
124 key.ek_client = dom; in expkey_parse()
161 if (dom) in expkey_parse()
162 auth_domain_put(dom); in expkey_parse()
530 struct auth_domain *dom = NULL; in svc_export_parse() local
549 dom = auth_domain_find(buf); in svc_export_parse()
550 if (!dom) in svc_export_parse()
562 exp.ex_client = dom; in svc_export_parse()
[all …]
Dnfsctl.c357 struct auth_domain *dom; in write_filehandle() local
389 dom = unix_domain_find(dname); in write_filehandle()
390 if (!dom) in write_filehandle()
393 len = exp_rootfh(netns(file), dom, path, &fh, maxsize); in write_filehandle()
394 auth_domain_put(dom); in write_filehandle()