Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c306 struct mapfs *mfs, *p, *mfs_head = NULL, *mfs_tail = NULL; in get_mysubnet_servers() local
358 &mfs_head, &mfs_tail); in get_mysubnet_servers()
446 struct mapfs **mfs_tail) in add_mfs() argument
465 *mfs_tail = *mfs_head = new; in add_mfs()
467 (*mfs_tail)->mfs_next = new; in add_mfs()
468 *mfs_tail = new; in add_mfs()
511 struct mapfs *mfs, *p, *mfs_head = NULL, *mfs_tail = NULL; in filter_mfs() local
526 p = add_mfs(mfs, 0, &mfs_head, &mfs_tail); in filter_mfs()
559 struct mapfs *p, *m1, *m2, *mfs_head = NULL, *mfs_tail = NULL; in enum_servers() local
565 p = add_mfs(me->map_fs, DIST_OTHER, &mfs_head, &mfs_tail); in enum_servers()
[all …]
H A Dnfs_cast.c515 struct mapfs *p, *mfs_head = NULL, *mfs_tail = NULL; local
616 p = add_mfs(buffer[i].mfs, 0, &mfs_head, &mfs_tail);