Home
last modified time | relevance | path

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

/fs/
Dproc_namespace.c161 int dom = get_dominating_id(r, &p->root); in show_mountinfo() local
163 if (dom && dom != master) in show_mountinfo()
164 seq_printf(m, " propagate_from:%i", dom); in show_mountinfo()
/fs/nfsd/
Dexport.c75 struct auth_domain *dom = NULL; in expkey_parse() local
96 dom = auth_domain_find(buf); in expkey_parse()
97 if (!dom) in expkey_parse()
122 key.ek_client = dom; in expkey_parse()
159 if (dom) in expkey_parse()
160 auth_domain_put(dom); in expkey_parse()
515 struct auth_domain *dom = NULL; in svc_export_parse() local
534 dom = auth_domain_find(buf); in svc_export_parse()
535 if (!dom) in svc_export_parse()
547 exp.ex_client = dom; in svc_export_parse()
[all …]
Dnfsctl.c356 struct auth_domain *dom; in write_filehandle() local
388 dom = unix_domain_find(dname); in write_filehandle()
389 if (!dom) in write_filehandle()
392 len = exp_rootfh(netns(file), dom, path, &fh, maxsize); in write_filehandle()
393 auth_domain_put(dom); in write_filehandle()