Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c349 &mfs_head, &mfs_tail); in get_mysubnet_servers()
372 return (mfs_head); in get_mysubnet_servers()
445 return (*mfs_head); in add_mfs()
455 if (!*mfs_head) in add_mfs()
456 *mfs_tail = *mfs_head = new; in add_mfs()
461 return (*mfs_head); in add_mfs()
521 return (mfs_head); in filter_mfs()
559 return (mfs_head); in enum_servers()
599 p = add_mfs(m2, 0, &mfs_head, &mfs_tail); in enum_servers()
609 m1 = filter_mfs(me->map_fs, mfs_head); in enum_servers()
[all …]
H A Dnfs_cast.c513 struct mapfs *p, *mfs_head = NULL, *mfs_tail = NULL; local
614 p = add_mfs(buffer[i].mfs, 0, &mfs_head, &mfs_tail);
620 return (mfs_head);