Searched refs:dom (Results 1 – 3 of 3) sorted by relevance
161 int dom = get_dominating_id(r, &p->root); in show_mountinfo() local163 if (dom && dom != master) in show_mountinfo()164 seq_printf(m, " propagate_from:%i", dom); in show_mountinfo()
75 struct auth_domain *dom = NULL; in expkey_parse() local96 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() local534 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 …]
356 struct auth_domain *dom; in write_filehandle() local388 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()