Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c302 struct mapfs *mfs, *p, *mfs_head = NULL, *mfs_tail = NULL; in get_mysubnet_servers() local
354 &mfs_head, &mfs_tail); in get_mysubnet_servers()
442 struct mapfs **mfs_tail) in add_mfs() argument
461 *mfs_tail = *mfs_head = new; in add_mfs()
463 (*mfs_tail)->mfs_next = new; in add_mfs()
464 *mfs_tail = new; in add_mfs()
507 struct mapfs *mfs, *p, *mfs_head = NULL, *mfs_tail = NULL; in filter_mfs() local
522 p = add_mfs(mfs, 0, &mfs_head, &mfs_tail); in filter_mfs()
555 struct mapfs *p, *m1, *m2, *mfs_head = NULL, *mfs_tail = NULL; in enum_servers() local
561 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);