Searched refs:add_to_fs_list (Results 1 – 1 of 1) sorted by relevance
74 static int add_to_fs_list(be_fs_list_data_t *, const char *);807 if (add_to_fs_list(fld, zfs_get_name(zhp)) in be_get_legacy_fs()1463 if (add_to_fs_list(fld, zfs_get_name(zhp)) != BE_SUCCESS) { in be_get_legacy_fs_callback()1496 add_to_fs_list(be_fs_list_data_t *fld, const char *fs) in add_to_fs_list() function