Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c297 struct mapfs *mfs, *p, *mfs_head = NULL, *mfs_tail = NULL; in get_mysubnet_servers() local
349 &mfs_head, &mfs_tail); in get_mysubnet_servers()
437 struct mapfs **mfs_tail) in add_mfs() argument
456 *mfs_tail = *mfs_head = new; in add_mfs()
458 (*mfs_tail)->mfs_next = new; in add_mfs()
459 *mfs_tail = new; in add_mfs()
502 struct mapfs *mfs, *p, *mfs_head = NULL, *mfs_tail = NULL; in filter_mfs() local
517 p = add_mfs(mfs, 0, &mfs_head, &mfs_tail); in filter_mfs()
576 p = add_mfs(m1, DIST_SELF, &mfs_head, &mfs_tail); in enum_servers()
599 p = add_mfs(m2, 0, &mfs_head, &mfs_tail); 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);