FIND
if (action == FIND) {
if (hsearch_r(item, FIND, &ret_item, &if_map) == 0)
if (hsearch_r(item, FIND, &ret_item, &queue_map) == 0)
if (hsearch_r(item, FIND, &ret_item, &qid_map) == 0)
if (hsearch_r(item, FIND, &ret_item, &isgroup_map) == 0) {
if (hsearch_r(item, FIND, &ret_item, &isgroup_map) == 0)
if (sfs == NULL || (getmntentry(NULL, mntname, NULL, FIND) != NULL &&
sfs = getmntentry(NULL, NULL, &fsid, FIND);
sfs = getmntentry(NULL, mntname, NULL, FIND);
sfs = getmntentry(mntname, NULL, NULL, FIND);